Skip to content

Commit 30114e2

Browse files
committed
fix c:coal tag
1 parent 33f872d commit 30114e2

File tree

1 file changed

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

1 file changed

+10
-0
lines changed

kubejs/server_scripts/tweaks/tags.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,16 @@ 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+
])
64+
5565
// Tiny Coal
5666
allthemods.add("atm10:tiny_coals", ["utilitarian:tiny_coal", "actuallyadditions:tiny_coal"])
5767
allthemods.add("atm10:tiny_charcoals", ["utilitarian:tiny_charcoal", "actuallyadditions:tiny_charcoal"])

0 commit comments

Comments
 (0)