mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-02-23 14:30:51 +00:00
Merge pull request #554 from Pvndols/master
Thorium fuel production in RBMK irradiation channel
This commit is contained in:
commit
cff229c5c4
@ -83,6 +83,9 @@ public class TileEntityRBMKOutgasser extends TileEntityRBMKSlottedBase implement
|
|||||||
recipes.put("ingotGold", new ItemStack(ModItems.ingot_au198));
|
recipes.put("ingotGold", new ItemStack(ModItems.ingot_au198));
|
||||||
recipes.put("nuggetGold", new ItemStack(ModItems.nugget_au198));
|
recipes.put("nuggetGold", new ItemStack(ModItems.nugget_au198));
|
||||||
recipes.put("dustGold", new ItemStack(ModItems.powder_au198));
|
recipes.put("dustGold", new ItemStack(ModItems.powder_au198));
|
||||||
|
recipes.put("ingotThorium", new ItemStack(ModItems.ingot_thorium_fuel));
|
||||||
|
recipes.put("nuggetThorium", new ItemStack(ModItems.nugget_thorium_fuel));
|
||||||
|
recipes.put("billetThorium", new ItemStack(ModItems.billet_thorium_fuel));
|
||||||
recipes.put(new ComparableStack(Blocks.brown_mushroom), new ItemStack(ModBlocks.mush));
|
recipes.put(new ComparableStack(Blocks.brown_mushroom), new ItemStack(ModBlocks.mush));
|
||||||
recipes.put(new ComparableStack(Blocks.red_mushroom), new ItemStack(ModBlocks.mush));
|
recipes.put(new ComparableStack(Blocks.red_mushroom), new ItemStack(ModBlocks.mush));
|
||||||
recipes.put(new ComparableStack(Items.mushroom_stew), new ItemStack(ModItems.glowing_stew));
|
recipes.put(new ComparableStack(Items.mushroom_stew), new ItemStack(ModItems.glowing_stew));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user