Merge pull request 'master' (#2) from master into milan2018

This commit is contained in:
Milan Meduna 2020-04-01 21:10:09 +02:00
commit 0f25491cd5
2 changed files with 1 additions and 2 deletions

View File

@ -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

View File

@ -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 = {