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

Update src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/multiblocks/GrindStone.java

This commit is contained in:
TheBusyBiscuit 2021-06-25 19:12:23 +02:00 committed by GitHub
parent 037747983c
commit 10764555d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,6 +91,7 @@ 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 SlimefunItemStack(SlimefunItems.CARBON, 4));
}