This commit is contained in:
duckgo 2023-02-20 15:10:10 -03:00
parent 46ef97cec8
commit 409050da85
8 changed files with 10 additions and 9 deletions

View File

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

View File

@ -573,7 +573,7 @@ minetest.register_node("deco:cardboardbox", {
},
{
items = {'foods:canned_tomato'},
items = {'foodx:canned_tomato'},
rarity = 1,
},

View File

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

View File

@ -1,3 +1,3 @@
name = minerzombie
depends = default, mobs , 3d_armor
depends = default, mobs

View File

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

View File

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

View File

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

BIN
zumbies4test.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB