remove test line

This commit is contained in:
tenplus1 2023-05-28 12:30:49 +01:00
parent e5cadbba40
commit b8847abe48
1 changed files with 0 additions and 2 deletions

View File

@ -122,8 +122,6 @@ mobs:register_mob("mobs_animal:bunny", {
self.object:set_properties({textures = self.base_texture})
end
self.base_texture = self.texture
return true -- run only once, false/nil runs every activation
end
})