mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-12-22 16:10:18 +01:00
remove some debug statements
This commit is contained in:
parent
b9307f11ad
commit
4ef2f83f07
@ -279,8 +279,6 @@ minetest.register_lbm({
|
||||
local paletteidx, _ = unifieddyes.getpaletteidx("unifieddyes:"..metadye, "wallmounted")
|
||||
local newparam2 = paletteidx + (node.param2 % 8)
|
||||
|
||||
print(node.name.." --> "..newnode..", "..metadye.." ("..paletteidx..")")
|
||||
|
||||
minetest.set_node(pos, { name = newnode, param2 = newparam2 })
|
||||
local meta = minetest.get_meta(pos)
|
||||
meta:set_string("dye", "unifieddyes:"..metadye)
|
||||
|
Loading…
Reference in New Issue
Block a user