

sdzen wrote:do they dissappear after a while because im seeing tons of footsteps now
minetest.register_abm({
nodenames = { "default:dirt_with_grass_footsteps" },
interval = 10,
chance = 100,
action = function(pos, node, active_object_count, active_object_count_wider)
minetest.env:add_node(pos, {name="default:dirt_with_grass"})
end
})

Users browsing this forum: No registered users and 12 guests