1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

Removed unneeded construction of GOLD_DUST

This commit is contained in:
Siaynoq 2020-06-11 08:33:37 +10:00
parent 5bf4604026
commit 1156cb33c0

View File

@ -56,7 +56,7 @@ public class ElectricIngotPulverizer extends AContainer implements RecipeDisplay
// this is an extra recipe on top of PostSetup.loadSmelteryRecipes() for converting Vanilla Gold Ingot to Slimefun gold dust
registerRecipe(3,
new ItemStack(Material.GOLD_INGOT),
new ItemStack(SlimefunItems.GOLD_DUST));
SlimefunItems.GOLD_DUST);
}
@Override