1
0
mirror of https://codeberg.org/tenplus1/mobs_animal.git synced 2024-12-22 17:00:26 +01:00

remove test line

This commit is contained in:
tenplus1 2023-05-28 12:30:49 +01:00
parent e5cadbba40
commit b8847abe48

View File

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