summaryrefslogtreecommitdiff
path: root/craft_overrides/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'craft_overrides/init.lua')
-rw-r--r--craft_overrides/init.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/craft_overrides/init.lua b/craft_overrides/init.lua
index edd6816..f25366d 100644
--- a/craft_overrides/init.lua
+++ b/craft_overrides/init.lua
@@ -95,3 +95,8 @@ core.register_craft({
techage.add_grinder_recipe({input="ethereal:redwood_trunk", output="ethereal:redwood_leaves 8"})
techage.add_grinder_recipe({input="ethereal:willow_trunk", output="ethereal:willow_twig 8"})
+
+core.override_item("default:coalblock",{groups={cracky=3,can_bonemeal=1}})
+core.override_item("default:stone_with_coal",{groups={cracky=3,can_bonemeal=1}})
+bonemeal:add_deco({{"default:coalblock",{"ethereal:illumishroom","ethereal:illumishroom2","ethereal:illumishroom3"},{}}})
+bonemeal:add_deco({{"default:stone_with_coal",{"ethereal:illumishroom","ethereal:illumishroom2","ethereal:illumishroom3"},{}}})