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

Co-authored-by: Semisol <git@smileycreations15.com>
This commit is contained in:
svr333 2021-06-23 10:26:29 +02:00 committed by GitHub
parent 7ed4441849
commit 037747983c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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