diff --git a/README.md b/README.md index 671cb3c..1056691 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Currently it works with [Pyramids Mummy](https://forum.minetest.net/viewtopic.ph ![spawner_waiting_medium.gif](https://bitbucket.org/repo/y69Me7/images/246761582-spawner_waiting_medium.gif) ![spawner_animated_medium.gif](https://bitbucket.org/repo/y69Me7/images/1359872529-spawner_animated_medium.gif) ## YouTube video ## -[Minetest - spawners MOD](https://youtu.be/TlaMVl0ZDtw) +[Minetest - spawners MOD v0.1](https://youtu.be/TlaMVl0ZDtw) ## Mod dependencies ## * default diff --git a/config.lua b/config.lua index 62410e6..7a20067 100644 --- a/config.lua +++ b/config.lua @@ -53,12 +53,12 @@ MOBS_PROPS = { sound_custom="" }, { - name="warthog", + name="pumba", egg_name_custom="", dummy_size={x=0.62,y=0.62}, dummy_offset=-0.3, - dummy_mesh="mobs_warthog.x", - dummy_texture={"mobs_warthog.png"}, + dummy_mesh="mobs_pumba.x", + dummy_texture={"mobs_pumba.png"}, night_only=false, sound_custom="mobs_pig" },