mirror of
https://github.com/mt-mods/unifieddyes.git
synced 2024-11-13 05:40:18 +01:00
remove debug prints
This commit is contained in:
parent
d2512952d9
commit
d3274ab66f
5
init.lua
5
init.lua
|
@ -220,11 +220,6 @@ local function register_c(craft, hue, sat, val)
|
|||
local colored_itemstack =
|
||||
unifieddyes.make_colored_itemstack(output, craft.palette, dye)
|
||||
|
||||
if string.find(output, "coloredwood") and string.find(output, "outer") then
|
||||
print("[UD] register craft: "..craft.neutral_node.." ("..color..")")
|
||||
print("[UD] register craft: --> "..output)
|
||||
end
|
||||
|
||||
minetest.register_craft({
|
||||
output = colored_itemstack,
|
||||
type = craft.type,
|
||||
|
|
Loading…
Reference in New Issue
Block a user