Relabel to 'sneaker'

This commit is contained in:
AntumDeluge
2017-05-27 17:23:59 -07:00
committed by Jordan Irwin
parent b1c3a5a590
commit 58ac8ed83c
11 changed files with 23 additions and 23 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
})