Add files via upload
This commit is contained in:
parent
4112eb181c
commit
2bde6ca2df
@ -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"},
|
||||
|
@ -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"},
|
||||
|
@ -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"},
|
||||
|
@ -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"},
|
||||
|
@ -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"},
|
||||
|
@ -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"},
|
||||
|
@ -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"},
|
||||
|
@ -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"},
|
||||
|
2
olm.lua
2
olm.lua
@ -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"},
|
||||
|
4
owl.lua
4
owl.lua
@ -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"},
|
||||
|
@ -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"},
|
||||
|
4
rat.lua
4
rat.lua
@ -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,
|
||||
|
@ -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"},
|
||||
|
@ -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"},
|
||||
|
Loading…
x
Reference in New Issue
Block a user