mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
might as well
This commit is contained in:
parent
e29616a83e
commit
f23c080db0
@ -696,10 +696,9 @@ public class AnvilRecipes {
|
||||
|
||||
constructionRecipes.add(new AnvilConstructionRecipe(
|
||||
new ComparableStack(ModBlocks.machine_turbine), new AnvilOutput[] {
|
||||
new AnvilOutput(new ItemStack(ModItems.turbine_titanium, 2)),
|
||||
new AnvilOutput(new ItemStack(ModItems.motor, 1)),
|
||||
new AnvilOutput(new ItemStack(ModItems.tank_steel, 2)),
|
||||
new AnvilOutput(new ItemStack(ModItems.plate_titanium, 4))
|
||||
new AnvilOutput(new ItemStack(ModItems.turbine_titanium, 1)),
|
||||
new AnvilOutput(new ItemStack(ModItems.coil_copper, 2)),
|
||||
new AnvilOutput(new ItemStack(ModItems.ingot_steel, 6))
|
||||
}).setTier(3));
|
||||
|
||||
constructionRecipes.add(new AnvilConstructionRecipe(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user