Skip to content

Commit 12b18ba

Browse files
authored
Merge pull request #623 from doyle31/coal-tag-fix
Coal tag fix
2 parents 33f872d + c0f8d9c commit 12b18ba

File tree

1 file changed

+9
-0
lines changed
  • kubejs/server_scripts/tweaks

1 file changed

+9
-0
lines changed

kubejs/server_scripts/tweaks/tags.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,15 @@ ServerEvents.tags("item", (allthemods) => {
5252
// lava buckets
5353
allthemods.add("c:buckets/lava", "exdeorum:porcelain_lava_bucket")
5454

55+
// Coal tag fix
56+
allthemods.add("c:coal", [
57+
"minecraft:coal",
58+
"minecraft:charcoal",
59+
"geore:coal_shard",
60+
"modern_industrialization:lignite_coal",
61+
"immersiveengineering:coal_coke"
62+
])
63+
5564
// Tiny Coal
5665
allthemods.add("atm10:tiny_coals", ["utilitarian:tiny_coal", "actuallyadditions:tiny_coal"])
5766
allthemods.add("atm10:tiny_charcoals", ["utilitarian:tiny_charcoal", "actuallyadditions:tiny_charcoal"])

0 commit comments

Comments
 (0)