mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
localisation and recipes
This commit is contained in:
parent
c0b64abbeb
commit
acc48bf52c
@ -742,6 +742,8 @@ public class CraftingManager {
|
||||
GameRegistry.addRecipe(new ItemStack(ModBlocks.rbmk_rod_reasim_mod, 1), new Object[] { "BGB", "GRG", "BGB", 'G', ModBlocks.block_graphite, 'R', ModBlocks.rbmk_rod_reasim, 'B', ModItems.ingot_tcalloy });
|
||||
GameRegistry.addRecipe(new ItemStack(ModBlocks.rbmk_outgasser, 1), new Object[] { "GHG", "GRG", "GTG", 'G', ModBlocks.steel_grate, 'H', Blocks.hopper, 'T', ModItems.tank_steel, 'R', ModBlocks.rbmk_blank });
|
||||
GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(ModBlocks.rbmk_loader, 1), new Object[] { "SCS", "CBC", "SCS", 'S', "plateSteel", 'C', "ingotCopper", 'B', ModItems.tank_steel }));
|
||||
GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(ModBlocks.rbmk_steam_inlet, 1), new Object[] { "SCS", "CBC", "SCS", 'S', "ingotSteel", 'C', "plateIron", 'B', ModItems.tank_steel }));
|
||||
GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(ModBlocks.rbmk_steam_outlet, 1), new Object[] { "SCS", "CBC", "SCS", 'S', "ingotSteel", 'C', "plateCopper", 'B', ModItems.tank_steel }));
|
||||
|
||||
GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(ModBlocks.ladder_sturdy, 8), new Object[] { "LLL", "L#L", "LLL", 'L', Blocks.ladder, '#', "plankWood" }));
|
||||
GameRegistry.addRecipe(new ShapedOreRecipe(new ItemStack(ModBlocks.ladder_iron, 8), new Object[] { "LLL", "L#L", "LLL", 'L', Blocks.ladder, '#', "ingotIron" }));
|
||||
|
||||
@ -166,6 +166,8 @@ chem.SOLID_FUEL=Festbrennstoffherstellung
|
||||
chem.STEAM=Wasser kochen
|
||||
chem.TEST=Test
|
||||
chem.UF6=Uranhexafluoridproduktion
|
||||
chem.VIT_GAS=Gas-Atommüllvitrifizierung
|
||||
chem.VIT_LIQUID=Flüssig-Atommüllvitrifizierung
|
||||
chem.XENON=Lindeverfahren (Xenon)
|
||||
chem.XENON_OXY=Verbessertes Lindeverfahren (Xenon)
|
||||
chem.YELLOWCAKE=Yellowcakeproduktion
|
||||
@ -3126,6 +3128,8 @@ tile.rbmk_rod.name=RBMK Brennstäbe
|
||||
tile.rbmk_rod_mod.name=RBMK Moderierte Brennstäbe
|
||||
tile.rbmk_rod_reasim.name=RBMK Brennstäbe (ReaSim)
|
||||
tile.rbmk_rod_reasim_mod.name=RBMK Moderierte Brennstäbe (ReaSim)
|
||||
tile.rbmk_steam_inlet.name=RBMK ReaSim Wassereinlass
|
||||
tile.rbmk_steam_outlet.name=RBMK ReaSim Dampfabnehmer
|
||||
tile.reactor_computer.name=Reaktorsteuerung
|
||||
tile.reactor_conductor.name=Reaktorboiler
|
||||
tile.reactor_control.name=Steuerstäbe
|
||||
|
||||
@ -234,6 +234,8 @@ chem.SOLID_FUEL=Solid Rocket Fuel Production
|
||||
chem.STEAM=Water Boiling
|
||||
chem.TEST=Test
|
||||
chem.UF6=Uranium Hexafluoride Production
|
||||
chem.VIT_GAS=Gaseous Nuclear Waste Vitrification
|
||||
chem.VIT_LIQUID=Liquid Nuclear Waste Vitrification
|
||||
chem.XENON=Linde Xenon Cycle
|
||||
chem.XENON_OXY=Boosted Linde Xenon Cycle
|
||||
chem.YELLOWCAKE=Yellowcake Production
|
||||
@ -3208,6 +3210,8 @@ tile.rbmk_rod.name=RBMK Fuel Rod
|
||||
tile.rbmk_rod_mod.name=RBMK Moderated Fuel Rod
|
||||
tile.rbmk_rod_reasim.name=RBMK Fuel Rod (ReaSim)
|
||||
tile.rbmk_rod_reasim_mod.name=RBMK Moderated Fuel Rod (ReaSim)
|
||||
tile.rbmk_steam_inlet.name=RBMK ReaSim Water Inlet
|
||||
tile.rbmk_steam_outlet.name=RBMK ReaSim Steam Outlet
|
||||
tile.reactor_computer.name=Reactor Control
|
||||
tile.reactor_conductor.name=Reactor Boiler
|
||||
tile.reactor_control.name=Control Rods
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user