0.1
This commit is contained in:
parent
4c0e62eef6
commit
e756344d6f
22
README.md
22
README.md
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
...
|
||||||
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user