What did this code actually do?
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
- Code: Select all
if minetest.get_modpath("homedecor") then
print ("["..minetest.get_current_modname().."] homedecor mod is present, not overriding default:sign.")
else
-- Override default sign
I don't think homedecor
mod overrides default sign, instead it is signs_lib mod that once inside homedecor
modpack (but it's not inside homedecor mod itself afaik, unless it was inside the homedecor mod itself in even earlier version??) but it is now separated from the homedecor modpack...
signs_lib even have its own
forum thread, as it is separated from
homedecor modpack...
some people might install signs_lib without installing homedecor mod pack, or homedecor mod as they're separated now, and signs_lib did not depends on homedecor, will that code stilll usable??