use signs_lib's custom pole check callback feature
requires signs_lib from commit dcdee22 or later, if present
This commit is contained in:
parent
cd5e026e31
commit
9c6fe5206b
4
init.lua
4
init.lua
@ -222,7 +222,9 @@ unifieddyes.register_color_craft({
|
|||||||
})
|
})
|
||||||
|
|
||||||
if minetest.get_modpath("signs_lib") then
|
if minetest.get_modpath("signs_lib") then
|
||||||
signs_lib.allowed_poles["coloredwood:fence"] = true
|
minetest.override_item("coloredwood:fence", {
|
||||||
|
check_for_pole = true
|
||||||
|
})
|
||||||
end
|
end
|
||||||
|
|
||||||
print("[Colored Wood] Loaded!")
|
print("[Colored Wood] Loaded!")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user