Compare commits

...

1 Commits

Author SHA1 Message Date
Benjamin Schötz fe9c998ba2 Set label for 'The Killer Bunny' as attribute 2021-04-20 23:33:54 +02:00
1 changed files with 2 additions and 6 deletions

View File

@ -97,12 +97,8 @@ killer_bunny.replace_rate = nil
killer_bunny.replace_what = nil
killer_bunny.on_rightclick = nil
killer_bunny.run_velocity = 6
killer_bunny.do_custom = function(self)
if not self._killer_bunny_nametag_set then
self.nametag = S("The Killer Bunny")
self._killer_bunny_nametag_set = true
end
end
killer_bunny.nametag = S("The Killer Bunny")
mobs:register_mob("mobs_mc:killer_bunny", killer_bunny)