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

Merge pull request #2117 from kylehassall27/CrushCompressedCoal

Add recipes to crush compressed carbon into carbon and carbon into coal
This commit is contained in:
TheBusyBiscuit 2020-07-24 16:15:59 +02:00 committed by GitHub
commit 388300f25b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,6 +50,12 @@ public class OreCrusher extends MultiBlockMachine {
recipes.add(new ItemStack(Material.MAGMA_BLOCK, 4)); recipes.add(new ItemStack(Material.MAGMA_BLOCK, 4));
recipes.add(SlimefunItems.SULFATE); recipes.add(SlimefunItems.SULFATE);
recipes.add(SlimefunItems.CARBON);
recipes.add(new ItemStack(Material.COAL, 8));
recipes.add(SlimefunItems.COMPRESSED_CARBON);
recipes.add(new SlimefunItemStack(SlimefunItems.CARBON, 4));
} }
public boolean isOreDoublingEnabled() { public boolean isOreDoublingEnabled() {