From 4a1abe99dfee31c1672418f8edeaa9ce49555f92 Mon Sep 17 00:00:00 2001 From: AntumDeluge Date: Sat, 17 Jun 2017 02:16:29 -0700 Subject: [PATCH] [mob-engine (mp)] Update to Git patch 93575e0: https://github.com/AntumDeluge/mtmp-mob-engine/tree/93575e0 --- README.md | 2 +- mods/modpacks/mob-engine/sheep/init.lua | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 7d60ec58..141b8298 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/mods/modpacks/mob-engine/sheep/init.lua b/mods/modpacks/mob-engine/sheep/init.lua index dfae52fb..a7382bf2 100644 --- a/mods/modpacks/mob-engine/sheep/init.lua +++ b/mods/modpacks/mob-engine/sheep/init.lua @@ -151,10 +151,6 @@ local def = { } }, - on_punch = function(self, puncher) - shear(self) - end, - get_staticdata = function(self) return { has_wool = self.has_wool,