diff options
author | cheapie <no-email-for-you@example.com> | 2025-04-13 18:24:08 -0500 |
---|---|---|
committer | cheapie <no-email-for-you@example.com> | 2025-04-13 18:24:08 -0500 |
commit | 9a06e6564cc1e0ac0f70eb19b0491ba1f00ea0eb (patch) | |
tree | 5a6d133f326cb930561fb06ecfade947210e53a4 | |
parent | 157f02b777e0edd7ba282ca885325982b0cb1661 (diff) | |
download | celevator-9a06e6564cc1e0ac0f70eb19b0491ba1f00ea0eb.tar celevator-9a06e6564cc1e0ac0f70eb19b0491ba1f00ea0eb.tar.gz celevator-9a06e6564cc1e0ac0f70eb19b0491ba1f00ea0eb.tar.bz2 celevator-9a06e6564cc1e0ac0f70eb19b0491ba1f00ea0eb.tar.xz celevator-9a06e6564cc1e0ac0f70eb19b0491ba1f00ea0eb.zip |
-rw-r--r-- | crafts.lua | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -29,6 +29,9 @@ if not xcompat_available then m.mese = "mesecons_torch:redstoneblock" -- mcla still carries this as an alias m.pick_steel = "mcl_core:pick_steel" m.torch = "mcl_torches:torch" + else + minetest.log("warning","[celevator] Unsupported game and xcompat not found, not registering craft recipes") + return end if minetest.get_modpath("dye") then m.dye_black = "dye:black" |