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

Add diamond -> 24 coal conversion

This commit is contained in:
Senne 2021-06-14 14:29:58 +02:00
parent 59a548ef66
commit 7865ad92fc
No known key found for this signature in database
GPG Key ID: EA68733326BBA376

View File

@ -91,6 +91,9 @@ public class GrindStone extends MultiBlockMachine {
recipes.add(SlimefunItems.ENDER_LUMP_3);
recipes.add(new SlimefunItemStack(SlimefunItems.ENDER_LUMP_2, 4));
recipes.add(new ItemStack(Material.DIAMOND));
recipes.add(new ItemStack(Material.COAL, 24));
}
@Override