We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33f872d commit 30114e2Copy full SHA for 30114e2
kubejs/server_scripts/tweaks/tags.js
@@ -52,6 +52,16 @@ ServerEvents.tags("item", (allthemods) => {
52
// lava buckets
53
allthemods.add("c:buckets/lava", "exdeorum:porcelain_lava_bucket")
54
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
65
// Tiny Coal
66
allthemods.add("atm10:tiny_coals", ["utilitarian:tiny_coal", "actuallyadditions:tiny_coal"])
67
allthemods.add("atm10:tiny_charcoals", ["utilitarian:tiny_charcoal", "actuallyadditions:tiny_charcoal"])
0 commit comments