mirror of
https://github.com/minetest-mods/unifiedbricks.git
synced 2024-11-26 09:23:52 +01:00
remove a couple of debug prints
This commit is contained in:
parent
a1a187d220
commit
4d4f38d035
2
init.lua
2
init.lua
@ -307,12 +307,10 @@ minetest.register_lbm({
|
||||
minetest.set_node(pos, { name = "unifiedbricks:brickblock", param2 = paletteidx })
|
||||
local meta = minetest.get_meta(pos)
|
||||
meta:set_string("dye", "unifieddyes:"..color1)
|
||||
print(dump(color))
|
||||
elseif string.find(type, "clayblock") then
|
||||
minetest.set_node(pos, { name = "unifiedbricks:clayblock", param2 = paletteidx })
|
||||
local meta = minetest.get_meta(pos)
|
||||
meta:set_string("dye", "unifieddyes:"..color1)
|
||||
print(dump(color))
|
||||
end
|
||||
end
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user