Revert "yeah"

This reverts commit a1e9edd459a78455ecaca89d5e20b8c0826ddf2e.
This commit is contained in:
Vaern 2022-05-02 18:07:56 -07:00
parent a1e9edd459
commit 31dddc8da1

View File

@ -671,8 +671,7 @@ public class AnvilRecipes {
}).setTier(2));
constructionRecipes.add(new AnvilConstructionRecipe(
new ComparableStack(ModItems.pile_rod_pu239), new AnvilOutput[] {
new AnvilOutput(new ItemStack(ModItems.nugget_pu239, 4)), //Not a nice and round billet, but probably for the best in retrospect.
new AnvilOutput(new ItemStack(ModItems.nugget_pu_mix, 2)),
new AnvilOutput(new ItemStack(ModItems.billet_pu239, 1)), //Might need to be cut to 3 nuggets, but a full billet is nice and round
new AnvilOutput(new ItemStack(ModItems.billet_pu_mix, 1)),
new AnvilOutput(new ItemStack(ModItems.billet_uranium, 1)),
new AnvilOutput(new ItemStack(ModItems.plate_iron, 2))
@ -687,8 +686,7 @@ public class AnvilRecipes {
}).setTier(2));
constructionRecipes.add(new AnvilConstructionRecipe(
new ComparableStack(ModItems.pile_rod_pu239), new AnvilOutput[] {
new AnvilOutput(new ItemStack(ModItems.nugget_pu239, 4)), //Ditto.
new AnvilOutput(new ItemStack(ModItems.nugget_pu_mix, 2)),
new AnvilOutput(new ItemStack(ModItems.billet_pu239, 1)),
new AnvilOutput(new ItemStack(ModItems.billet_pu_mix, 1)),
new AnvilOutput(new ItemStack(ModItems.billet_nuclear_waste, 1)),
new AnvilOutput(new ItemStack(ModItems.plate_iron, 2))