update to use new signs_lib API -- requires signs_lib commit 4ff54c9a and above

This commit is contained in:
Vanessa Dannenberg 2019-09-11 12:28:26 -04:00
parent f2f5e5f73e
commit 08fde44bb8
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,4 @@
default
unifieddyes
moreblocks?
signs_lib?

View File

@ -216,4 +216,8 @@ unifieddyes.register_color_craft({
}
})
if minetest.get_modpath("signs_lib") then
signs_lib.allowed_poles["coloredwood:fence"] = true
end
print("[Colored Wood] Loaded!")