milan2018 #1

Merged
milan merged 87 commits from milan2018 into master 2020-04-01 20:54:51 +02:00
Showing only changes of commit 594975989e - Show all commits

View file

@ -223,10 +223,6 @@ minetest.register_node("basic_machines:grinder", {
insert_object = function(pos, node, stack, direction)
local meta = minetest.get_meta(pos)
local inv = meta:get_inventory()
local timer = minetest.get_node_timer(pos)
if not timer:is_started() then
timer:start(1.0)
end
if direction.y == 1 then
return inv:add_item("fuel", stack)
else