From b8847abe487606fd915ab78cd74e0d43354058b6 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Sun, 28 May 2023 12:30:49 +0100 Subject: [PATCH] remove test line --- bunny.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/bunny.lua b/bunny.lua index 023dc09..545e2f8 100644 --- a/bunny.lua +++ b/bunny.lua @@ -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 })