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.
2 parents 33f872d + c0f8d9c commit 12b18baCopy full SHA for 12b18ba
kubejs/server_scripts/tweaks/tags.js
@@ -52,6 +52,15 @@ 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
// Tiny Coal
65
allthemods.add("atm10:tiny_coals", ["utilitarian:tiny_coal", "actuallyadditions:tiny_coal"])
66
allthemods.add("atm10:tiny_charcoals", ["utilitarian:tiny_charcoal", "actuallyadditions:tiny_charcoal"])
0 commit comments