diff --git a/README.md b/README.md index ff706e1..1d81d60 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,8 @@ A simple modpack that adds some zombies to your world and a few other things... Sounds : - Zombie death : https://freesound.org/people/tonsil5/sounds/555412/ - Zombie Hit : https://freesound.org/people/tonsil5/sounds/555420/ - Zombie Angry : https://freesound.org/people/ChuckChuckGoof/sounds/559558/ + + - Zombie death : https://freesound.org/people/tonsil5/sounds/555412/ + - Zombie Hit : https://freesound.org/people/tonsil5/sounds/555420/ + - Zombie Angry : https://freesound.org/people/ChuckChuckGoof/sounds/559558/ ... diff --git a/deco/init.lua b/deco/init.lua index 4af0adc..5a81c64 100644 --- a/deco/init.lua +++ b/deco/init.lua @@ -573,7 +573,7 @@ minetest.register_node("deco:cardboardbox", { }, { - items = {'foods:canned_tomato'}, + items = {'foodx:canned_tomato'}, rarity = 1, }, diff --git a/doctorzombie/init.lua b/doctorzombie/init.lua index 24ce9d1..39f145c 100644 --- a/doctorzombie/init.lua +++ b/doctorzombie/init.lua @@ -53,7 +53,7 @@ mobs:register_mob("doctorzombie:doctorzombie", { walk_velocity = 1, run_velocity = 4, jump_height = 2, - stepheight = 1.5, + stepheight = 1.2, floats = 0, view_range = 35, drops = { diff --git a/minerzombie/mod.conf b/minerzombie/mod.conf index 16c899e..646abd4 100644 --- a/minerzombie/mod.conf +++ b/minerzombie/mod.conf @@ -1,3 +1,3 @@ name = minerzombie -depends = default, mobs , 3d_armor +depends = default, mobs diff --git a/modpack.conf b/modpack.conf index b384977..15934f1 100644 --- a/modpack.conf +++ b/modpack.conf @@ -1,5 +1,5 @@ name = zombies4test -description = This modpack adds several zombies to your world, some can be very strong and fast, so be careful... +description = This modpack adds lots of zombies to your world, some can be very strong and fast, so be careful...The modpack depends on some mods " mobs , rangedweapons" !!! diff --git a/survivorzombie/init.lua b/survivorzombie/init.lua index 87d1d16..c736881 100644 --- a/survivorzombie/init.lua +++ b/survivorzombie/init.lua @@ -56,7 +56,7 @@ mobs:register_mob("survivorzombie:survivorzombie", { walk_velocity = 2, run_velocity = 5, jump_height = 2, - stepheight = 1.5, + stepheight = 1.2, floats = 0, view_range = 35, drops = { diff --git a/walkingzombie/init.lua b/walkingzombie/init.lua index ee9b807..e4c7ec7 100644 --- a/walkingzombie/init.lua +++ b/walkingzombie/init.lua @@ -55,7 +55,7 @@ mobs:register_mob("walkingzombie:walkingzombie", { walk_velocity = 1, run_velocity = 5, jump_height = 2, - stepheight = 1.5, + stepheight = 1.2, floats = 0, view_range = 35, drops = { diff --git a/zumbies4test.jpg b/zumbies4test.jpg new file mode 100644 index 0000000..9fa7217 Binary files /dev/null and b/zumbies4test.jpg differ