Обновлен спавн мобов

This commit is contained in:
Vitaliy Olkhin 2025-01-08 13:31:39 +05:00
parent 5aae174e02
commit c6e50c666a
4 changed files with 40 additions and 22 deletions

22
.gitignore vendored Normal file
View File

@ -0,0 +1,22 @@
## Files related to minetest development cycle
/*.patch
# GNU Patch reject file
*.rej
## Editors and Development environments
*~
*.swp
*.bak*
*.orig
# Vim
*.vim
# Kate
.*.kate-swp
.swp.*
# Eclipse (LDT)
.project
.settings/
.buildpath
.metadata
# Idea IDE
.idea/*

View File

@ -15,14 +15,11 @@ local zombienods = {
"default:snowblock", "default:snowblock",
"default:dirt_with_snow", "default:dirt_with_snow",
"default:desert_sand", "default:desert_sand",
"default:desert_stone", "ethereal:fiery_dirt",
"default:stone", "ethereal:bamboo_dirt",
"default:desert_stone", "ethereal:cold_dirt",
"default:ice", "ethereal:grove_dirt",
"nodex:road", "ethereal:prairie_dirt"
"nodex:road2",
"nodex:road3",
"nodex:whiteblock",
} }
@ -182,7 +179,7 @@ mobs:register_mob("doctorzombie:doctorzombie", {
mobs:spawn({ mobs:spawn({
name = "doctorzombie:doctorzombie", name = "doctorzombie:doctorzombie",
nodes = hunternods, nodes = zombienods,
min_light = 0, min_light = 0,
max_light = 14, max_light = 14,
chance = 7000, chance = 7000,

View File

@ -11,18 +11,15 @@ local zombienods = {
"default:dirt_with_dry_grass", "default:dirt_with_dry_grass",
"default:dry_dirt_with_dry_grass", "default:dry_dirt_with_dry_grass",
"default:dirt_with_coniferous_litter", "default:dirt_with_coniferous_litter",
"default:stone",
"default:ice", "default:ice",
"default:snowblock", "default:snowblock",
"default:dirt_with_snow", "default:dirt_with_snow",
"default:desert_sand", "default:desert_sand",
"default:desert_stone", "ethereal:fiery_dirt",
"default:stone", "ethereal:bamboo_dirt",
"default:desert_stone", "ethereal:cold_dirt",
"default:ice", "ethereal:grove_dirt",
"nodex:road", "ethereal:prairie_dirt"
"nodex:road2",
"nodex:road3",
} }
---- SKULL SWORD ------------------------------------------------------------------------------------------------------ ---- SKULL SWORD ------------------------------------------------------------------------------------------------------
@ -132,7 +129,7 @@ mobs:register_mob("tankzombie:tankzombie", {
mobs:spawn({ mobs:spawn({
name = "tankzombie:tankzombie", name = "tankzombie:tankzombie",
nodes = hunternods, nodes = zombienods,
min_light = 0, min_light = 0,
max_light = 7, -- 14 max_light = 7, -- 14
chance = 16000, chance = 16000,

View File

@ -17,9 +17,11 @@ local zombienods = {
"default:desert_stone", "default:desert_stone",
"default:desert_stone", "default:desert_stone",
"default:ice", "default:ice",
"nodex:road", "ethereal:fiery_dirt",
"nodex:road2", "ethereal:bamboo_dirt",
"nodex:road3", "ethereal:cold_dirt",
"ethereal:grove_dirt",
"ethereal:prairie_dirt"
} }
@ -178,7 +180,7 @@ mobs:register_mob("walkingzombie:walkingzombie", {
mobs:spawn({ mobs:spawn({
name = "walkingzombie:walkingzombie", name = "walkingzombie:walkingzombie",
nodes = hunternods, nodes = zombienods,
min_light = 0, min_light = 0,
max_light = 7, -- 14 max_light = 7, -- 14
chance = 7000, chance = 7000,