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

Merge pull request #3098 from Seggan/dev

Add charcoal -> coal recipe
This commit is contained in:
TheBusyBiscuit 2021-06-03 19:13:41 +02:00 committed by GitHub
commit ce32681d1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,6 +42,9 @@ public class Compressor extends MultiBlockMachine {
recipes.add(new ItemStack(Material.COAL_BLOCK, 8));
recipes.add(new SlimefunItemStack(SlimefunItems.CARBON, 9));
recipes.add(new ItemStack(Material.CHARCOAL, 4));
recipes.add(new ItemStack(Material.COAL));
}
@Override