Skip to content

Commit

Permalink
Nagastone smelting recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
IcarussOne committed Feb 8, 2024
1 parent d62b92a commit 54d820a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/twilightforest/item/recipe/TFRecipes.java
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ public static void registerRecipes(RegistryEvent.Register<IRecipe> event) {
GameRegistry.addSmelting(TFItems.raw_venison, new ItemStack(TFItems.cooked_venison), 0.3F);
GameRegistry.addSmelting(TFItems.raw_meef, new ItemStack(TFItems.cooked_meef), 0.3F);
GameRegistry.addSmelting(TFItems.armor_shard_cluster, new ItemStack(TFItems.knightmetal_ingot), 1.0F);
GameRegistry.addSmelting(TFBlocks.etched_nagastone, new ItemStack(TFBlocks.etched_nagastone_weathered), 0.1F);
GameRegistry.addSmelting(TFBlocks.nagastone_pillar, new ItemStack(TFBlocks.nagastone_pillar_weathered), 0.1F);

event.getRegistry().register(new TFArmorDyeingRecipe().setRegistryName(TwilightForestMod.ID, "arctic_armor_dyeing"));

Expand Down

0 comments on commit 54d820a

Please sign in to comment.