Add files via upload

master
Skandarella 2021-04-02 18:18:24 +02:00 committed by GitHub
parent 4112eb181c
commit 2bde6ca2df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 19 additions and 19 deletions

View File

@ -77,7 +77,7 @@ if minetest.get_modpath("ethereal") then
spawn_on = {"default:water_source"}
end
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_animalworld then
mobs:spawn({
name = "animalworld:lobster",
nodes = {"default:water_source"},

View File

@ -66,7 +66,7 @@ view_range = 4,
end,
})
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_animalworld then
mobs:spawn({
name = "animalworld:locust",
nodes = {"default:dry_dirt_with_dry_grass", "ethereal:prairie_dirt"},

View File

@ -63,7 +63,7 @@ stepheight = 0.0,
end,
})
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_animalworld then
mobs:spawn({
name = "animalworld:manatee",
nodes = {"default:water_source"}, {"default:river_water_source"},

View File

@ -29,7 +29,7 @@ stepheight = 1,
stepheight = 1,
drops = {
{name = "mobs:meat_raw", chance = 1, min = 1, max = 1},
{name = "animalworld:monitorcorpse", chance = 9, min = 1, max = 1},
{name = "animalworld:monitorcorpse", chance = 7, min = 1, max = 1},
},
water_damage = 0,
lava_damage = 4,
@ -68,7 +68,7 @@ if minetest.get_modpath("ethereal") then
spawn_on = {"default:desert_sand"}, {"default:desert_sandstone"}, {"default:sandstone"}, {"ethereal:dry_dirt"}, {"ethereal:fiery_dirt"}
end
if not mobs.custom_spawn_monster then
if not mobs.custom_spawn_animalworld then
mobs:spawn({
name = "animalworld:monitor",
nodes = {"default:desert_sand"}, {"default:desert_sandstone"}, {"default:sandstone"}, {"ethereal:dry_dirt"}, {"ethereal:fiery_dirt"},

View File

@ -34,7 +34,7 @@ mobs:register_mob("animalworld:moose", {
drops = {
{name = "mobs:meat_raw", chance = 1, min = 1, max = 1},
{name = "mobs:leather", chance = 1, min = 0, max = 2},
{name = "animalworld:moosecorpse", chance = 9, min = 1, max = 1},
{name = "animalworld:moosecorpse", chance = 7, min = 1, max = 1},
},
water_damage = 0,
lava_damage = 5,
@ -73,7 +73,7 @@ if minetest.get_modpath("ethereal") then
spawn_on = {"ethereal:grass_grove", "default:dirt_with_grass", "default:dirt_with_coniferous_litter"}
end
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_animalworld then
mobs:spawn({
name = "animalworld:moose",
nodes = {"default:dirt_with_grass", "default:dirt_with_coniferous_litter"},

View File

@ -94,7 +94,7 @@ if minetest.get_modpath("ethereal") then
end
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_animalworld then
mobs:spawn({
name = "animalworld:nandu",
nodes = {"default:dirt_with_grass"},

View File

@ -61,7 +61,7 @@ mobs:register_mob("animalworld:notoptera", {
end,
})
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_animalworld then
mobs:spawn({
name = "animalworld:notoptera",
nodes = {"default:permafrost", "default:permafrost_with_moss"},

View File

@ -62,7 +62,7 @@ mobs:register_mob("animalworld:nymph", {
})
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_animalworld then
mobs:spawn({
name = "animalworld:nymph",
nodes = {"default:water_source", "default:river_water_source"},

View File

@ -64,7 +64,7 @@ stepheight = 0.0,
end,
})
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_animalworld then
mobs:spawn({
name = "animalworld:olm",
nodes = {"default:water_source", "default:river_water_source", "default:water_flowing", "default:river_water_flowing"},

View File

@ -31,7 +31,7 @@ stepheight = 3,
drops = {
{name = "animalworld:chicken_raw", chance = 1, min = 1, max = 1},
{name = "animalworld:chicken_feather", chance = 1, min = 1, max = 1},
{name = "animalworld:owlcorpse", chance = 9, min = 1, max = 1},
{name = "animalworld:owlcorpse", chance = 7, min = 1, max = 1},
},
water_damage = 1,
@ -72,7 +72,7 @@ if minetest.get_modpath("ethereal") then
spawn_on = {"default:dirt_with_coniferous_litter"}, {"default:pine_needles"}, {"ethereal:mushroom_dirt"}
end
if not mobs.custom_spawn_monster then
if not mobs.custom_spawn_animalworld then
mobs:spawn({
name = "animalworld:owl",
nodes = {"default:dirt_with_coniferous_litter"}, {"default:pine_needles"},

View File

@ -69,7 +69,7 @@ if minetest.get_modpath("ethereal") then
spawn_on = {"default:snowblock"}, {"default:ice"}, {"ethereal:crystal_dirt"}
end
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_animalworld then
mobs:spawn({
name = "animalworld:puffin",
nodes = {"default:snowblock"}, {"default:ice"},

View File

@ -61,13 +61,13 @@ if minetest.get_modpath("ethereal") then
spawn_on = {"default:stone", "default:mossycobble", "ethereal:dry_dirt"}
end
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_animalworld then
mobs:spawn({
name = "animalworld:rat",
nodes = {"default:stone", "default:mossycobble", "default:dirt"},
min_light = 0,
interval = 60,
chance = 8000, -- 15000
chance = 2000, -- 15000
active_object_count = 2,
min_height = -100,
max_height = 0,

View File

@ -32,7 +32,7 @@ mobs:register_mob("animalworld:reindeer", {
view_range = 10,
drops = {
{name = "mobs:meat_raw", chance = 1, min = 1, max = 1},
{name = "animalworld:reindeercorpse", chance = 9, min = 1, max = 1},
{name = "animalworld:reindeercorpse", chance = 7, min = 1, max = 1},
},
water_damage = 0,
lava_damage = 5,
@ -71,7 +71,7 @@ if minetest.get_modpath("ethereal") then
spawn_on = {"default:dirt_with_snow", "default:permafrost_with_moss", "ethereal:crystal_dirt"}
end
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_animalworld then
mobs:spawn({
name = "animalworld:reindeer",
nodes = {"default:dirt_with_snow", "default:permafrost_with_moss", "ethereal:crystal_dirt"},

View File

@ -47,7 +47,7 @@ mobs:register_mob("animalworld:scorpion", {
})
if not mobs.custom_spawn_monster then
if not mobs.custom_spawn_animalworld then
mobs:spawn({
name = "animalworld:scorpion",
nodes = {"default:desert_sand"}, {"default:desert_sandstone"}, {"default:sandstone"}, {"ethereal:dry_dirt"}, {"ethereal:fiery_dirt"},