This commit is contained in:
duckgo 2023-02-02 09:43:53 -03:00
parent 4c0e62eef6
commit e756344d6f
3 changed files with 47 additions and 49 deletions

View File

@ -1,11 +1,25 @@
Nada ainda Nada ainda
"Zombies4Test", is a modpack for Minetest, which adds zombies and A simple modpack that adds some zombies to your world and a few other things...
some decorations to your world.
This project is inspired by the mods, "Zombie Extreme", "True survival"
and the modpack "Crafting Dead" .
- BY : DUCKGO - BY : DUCKGO
- LICENSE : MIT - LICENSE : MIT
- TEXTURE : CC-BY-4.0 - TEXTURE : CC-BY-4.0
- depends = default, mobs ,rangedweapons
- optional_depends = awards
Zumbis :
- Walking zombie
- crawler Zombie
- Survivor Zombie
- Lumberjack Zombie
- Doctor Zombie
- Miner Zombie
- Runner Zombie (Has higher speed than other zombies)
- Spitter Zombie (A little more life, and spits acid)
- Tank (Lots of health and lots of damage)
...

View File

@ -99,11 +99,3 @@ mobs:spawn({
mobs:register_egg("doctorzombie:doctorzombie", "Doctor Zombie", "zombies_egg.png", 0) mobs:register_egg("doctorzombie:doctorzombie", "Doctor Zombie", "zombies_egg.png", 0)

View File

@ -83,7 +83,7 @@ minetest.register_node("spitterzombie:acid", {
---- VOMITER ZOMBIE ============================================================ ---- VOMITER ZOMBIE ============================================================
mobs:register_mob("spitterzombie:spitterzombie", { mobs:register_mob("spitterzombie:spitterzombie", {
nametag = "Spitter Zombie" , --nametag = "Spitter Zombie" ,
type = "monster", type = "monster",
passive = false, passive = false,
attack_type = "dogshoot", attack_type = "dogshoot",
@ -198,11 +198,3 @@ mobs:spawn({
mobs:register_egg("spitterzombie:spitterzombie", "Spitter Zombie", "zombies_egg.png", 0) mobs:register_egg("spitterzombie:spitterzombie", "Spitter Zombie", "zombies_egg.png", 0)