Removing printing
This commit is contained in:
parent
0638ce9cfb
commit
71af50e30a
@ -72,9 +72,7 @@ minetest.register_node("coffin:bones", {
|
|||||||
local inv = meta:get_inventory()
|
local inv = meta:get_inventory()
|
||||||
for i = 1, inv:get_size("main") do
|
for i = 1, inv:get_size("main") do
|
||||||
local stack = inv:get_stack("main", i)
|
local stack = inv:get_stack("main", i)
|
||||||
print(stack:get_name())
|
|
||||||
if not stack:is_empty() then
|
if not stack:is_empty() then
|
||||||
print("not empty")
|
|
||||||
local p = {
|
local p = {
|
||||||
x = pos.x + math.random(0, 5) / 5 - 0.5,
|
x = pos.x + math.random(0, 5) / 5 - 0.5,
|
||||||
y = pos.y + 1,
|
y = pos.y + 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user