hightime
hightime 2019-05-31 14:42:25 -04:00
parent a4e5967b88
commit d921920731
2 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
homedecor
homedecor_common
moreblocks?
unifieddyes

View File

@ -86,7 +86,7 @@ minetest.register_lbm({
if node.param2 == 0 then
node.param2 = 240
else
node.param2 = unifieddyes.convert_classic_palette[node.param2]
-- node.param2 = unifieddyes.convert_classic_palette[node.param2]
end
minetest.swap_node(pos,node)
meta:set_string("palette", "ext")