1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

adds a way to automate salt

This commit is contained in:
Jeffrey Kosse 2022-10-04 12:51:18 +02:00
parent 08b7d039ef
commit 31441124a4

View File

@ -78,6 +78,9 @@ public class OreWasher extends MultiBlockMachine {
recipes.add(SlimefunItems.SIFTED_ORE);
recipes.add(SlimefunItems.GOLD_DUST);
recipes.add(new ItemStack(Material.SAND));
recipes.add(SlimefunItems.SALT);
}
@Override