Relabel to 'sneaker'

This commit is contained in:
AntumDeluge
2017-05-27 17:23:59 -07:00
parent 14f9c3c6b3
commit 83c26a3a41
11 changed files with 22 additions and 26 deletions

View File

@@ -33,6 +33,6 @@ minetest.register_abm({
if minetest.get_node(pos).name ~= "air" then
return
end
minetest.add_entity(pos,"creeper:creeper")
minetest.add_entity(pos,"sneaker:sneaker")
end
})