[mob-engine (mp)] Update to Git patch 93575e0:

https://github.com/AntumDeluge/mtmp-mob-engine/tree/93575e0
This commit is contained in:
AntumDeluge 2017-06-17 02:16:29 -07:00
parent 9b46540ea4
commit 4a1abe99df
2 changed files with 1 additions and 5 deletions

View File

@ -544,7 +544,7 @@ The game includes the mods from the default [minetest_game](https://github.com/m
[patch.invisibility]: https://github.com/AntumDeluge/mtmod-invisibility/tree/f045c7c
[patch.mesecons]: https://github.com/AntumDeluge/mtmp-mesecons/tree/830823a
[patch.minetest_game]: https://github.com/AntumDeluge/mtgame-minetest/tree/2e390d0
[patch.mob-engine]: https://github.com/AntumDeluge/mtmp-mob-engine/tree/0215ca5
[patch.mob-engine]: https://github.com/AntumDeluge/mtmp-mob-engine/tree/93575e0
[patch.mob_horse]: https://github.com/AntumDeluge/mtmod-mob_horse/tree/4fb526b
[patch.mobf_core]: https://github.com/AntumDeluge/mtmp-mobf_core/tree/c0f3639
[patch.mobs_animal]: https://github.com/AntumDeluge/mtmod-mobs_animal/tree/3f3249e

View File

@ -151,10 +151,6 @@ local def = {
}
},
on_punch = function(self, puncher)
shear(self)
end,
get_staticdata = function(self)
return {
has_wool = self.has_wool,