Relable to "sneeker"

This commit is contained in:
Jordan Irwin
2021-05-08 11:18:50 -07:00
parent c29a930352
commit b082a746fa
11 changed files with 22 additions and 22 deletions

View File

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