diff --git a/kubejs/server_scripts/tweaks/recipes.js b/kubejs/server_scripts/tweaks/recipes.js index 6757994..fe1be67 100644 --- a/kubejs/server_scripts/tweaks/recipes.js +++ b/kubejs/server_scripts/tweaks/recipes.js @@ -196,6 +196,11 @@ ServerEvents.recipes((allthemods) => { //Charcoal and Coal allthemods.remove({ id: "minecraft:coal_block" }) + allthemods + .shaped("minecraft:coal_block", ["AAA", "AAA", "AAA"], { + A: "minecraft:coal", + }) + .id("minecraft:coal_block") allthemods .shaped("minecraft:coal_block", ["AAA", "ABA", "AAA"], { A: "#minecraft:coals",