@SideOnly(Side.CLIENT)
	public void initModel(){
		//ModelBakery.registerItemVariants(this, new ResourceLocation(getRegistryName()+"_0"), new ResourceLocation(getRegistryName()+"_1"));
		ModelLoader.setCustomModelResourceLocation(this, 0, new ModelResourceLocation(getRegistryName()+"_0","inventory"));
		ModelLoader.setCustomModelResourceLocation(this, 1, new ModelResourceLocation(getRegistryName()+"_1","inventory"));
	}