Skip to content

Commit 1bece0a

Browse files
committed
fix: megacells compression coal
1 parent 4688cae commit 1bece0a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

kubejs/server_scripts/tweaks/recipes.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,11 @@ ServerEvents.recipes((allthemods) => {
196196

197197
//Charcoal and Coal
198198
allthemods.remove({ id: "minecraft:coal_block" })
199+
allthemods
200+
.shaped("minecraft:coal_block", ["AAA", "AAA", "AAA"], {
201+
A: "minecraft:coal",
202+
})
203+
.id("minecraft:coal_block")
199204
allthemods
200205
.shaped("minecraft:coal_block", ["AAA", "ABA", "AAA"], {
201206
A: "#minecraft:coals",

0 commit comments

Comments
 (0)