From 1a62312b11fee0afe76135afc8669fe16f89d942 Mon Sep 17 00:00:00 2001 From: taken Date: Fri, 28 Feb 2020 13:16:11 +0100 Subject: [PATCH 1/2] Update 'basic_machines/ball.lua' --- basic_machines/ball.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basic_machines/ball.lua b/basic_machines/ball.lua index 844ecbe..c6e1fe4 100644 --- a/basic_machines/ball.lua +++ b/basic_machines/ball.lua @@ -39,7 +39,7 @@ local ball_spawner_update_form = function (pos) bounce = meta:get_int("bounce"); -- if nonzero bounces when hit obstacle, 0 gets absorbed gravity = meta:get_float("gravity"); -- gravity hp = meta:get_float("hp"); - hurt = meta:get_float("hurt"); + puncheable = meta:get_int("puncheable"); -- if 1 can be punched by players in protection, if 2 can be punched by anyone solid = meta:get_int("solid"); -- if 1 then entity is solid - cant be walked on From 612783f18007c6a4040a8f7f44d9aff8b3db3d5c Mon Sep 17 00:00:00 2001 From: root Date: Wed, 1 Apr 2020 21:08:41 +0200 Subject: [PATCH 2/2] cow_texture_fix --- mobs_animal/cow.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/mobs_animal/cow.lua b/mobs_animal/cow.lua index f50c43b..35413c5 100644 --- a/mobs_animal/cow.lua +++ b/mobs_animal/cow.lua @@ -19,7 +19,6 @@ mobs:register_mob("mobs_animal:cow", { mesh = "mobs_cow.x", textures = { {"mobs_cow.png"}, - {"mobs_cow2.png"}, }, makes_footstep_sound = true, sounds = {