Add files via upload

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

View File

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

View File

@ -27,7 +27,7 @@ stepheight = 0.6,
stepheight = 1.1,
drops = {
{name = "mobs:meat_raw", chance = 1, min = 1, max = 1},
{name = "animalworld:sealcorpse", chance = 9, min = 1, max = 1},
{name = "animalworld:sealcorpse", chance = 7, min = 1, max = 1},
},
water_damage = 0,
lava_damage = 4,
@ -64,7 +64,7 @@ if minetest.get_modpath("ethereal") then
spawn_on = {"default:snowblock", "default_ice"}
end
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_animalworld then
mobs:spawn({
name = "animalworld:seal",
nodes = {"default:snowblock", "default_ice"},

View File

@ -31,7 +31,7 @@ stepheight = 0.0,
stepheight = 0.0,
drops = {
{name = "animalworld:rawfish", chance = 1, min = 1, max = 1},
{name = "animalworld:sharkcorpse", chance = 9, min = 1, max = 1},
{name = "animalworld:sharkcorpse", chance = 7, min = 1, max = 1},
},
water_damage = 0,
air_damage = 1,
@ -66,7 +66,7 @@ stepheight = 0.0,
end,
})
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_animalworld then
mobs:spawn({
name = "animalworld:shark",
nodes = {"default:water_source"},

View File

@ -31,7 +31,7 @@ mobs:register_mob("animalworld:snail", {
"default:grass", "farming:cucumber", "farming:cabbage", "xocean:seagrass", "farming:lettuce", "default:junglegrass"},
view_range = 5,
drops = {
{name = "animalworld:snail", chance = 1, min = 1, max = 1},
{name = "animalworld:snail", chance = 3, min = 1, max = 1},
},
water_damage = 0,
lava_damage = 5,
@ -60,7 +60,7 @@ mobs:register_mob("animalworld:snail", {
})
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_animalworld then
mobs:spawn({
name = "animalworld:snail",
nodes = {"default:dirt_with_grass"},

View File

@ -29,7 +29,7 @@ stepheight = 5,
stepheight = 5,
drops = {
{name = "mobs:meat_raw", chance = 1, min = 1, max = 1},
{name = "animalworld:snowleopardcorpse", chance = 9, min = 1, max = 1},
{name = "animalworld:snowleopardcorpse", chance = 7, min = 1, max = 1},
},
water_damage = 0,
lava_damage = 4,
@ -62,7 +62,7 @@ stepheight = 5,
end,
})
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_animalworld then
mobs:spawn({
name = "animalworld:snowleopard",
nodes = {"default:snowblock"}, {"default:dirt_with_snow"}, {"default:permafrost"}, {"default:stone"},

View File

@ -54,7 +54,7 @@ stepheight = 4,
})
if not mobs.custom_spawn_monster then
if not mobs.custom_spawn_animalworld then
mobs:spawn({
name = "animalworld:spider",
nodes = {"default:stone", "default:desert_stone", "default:sandstone"},

View File

@ -49,7 +49,7 @@ stepheight = 4,
})
if not mobs.custom_spawn_monster then
if not mobs.custom_spawn_animalworld then
mobs:spawn({
name = "animalworld:spidermale",
nodes = {"default:dry_dirt_with_dry_grass"}, {"default:dirt_with_rainforest_litter"},

View File

@ -64,7 +64,7 @@ follow = {
end,
})
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_animalworld then
mobs:spawn({
name = "animalworld:squid",
nodes = {"default:water_source"},

View File

@ -49,7 +49,7 @@ mobs:register_mob("animalworld:termite", {
})
if not mobs.custom_spawn_monster then
if not mobs.custom_spawn_animalworld then
mobs:spawn({
name = "animalworld:termite",
nodes = {"default:dry_dirt_with_dry_grass"},

View File

@ -29,7 +29,7 @@ stepheight = 2,
stepheight = 2,
drops = {
{name = "mobs:meat_raw", chance = 1, min = 1, max = 1},
{name = "animalworld:tigercorpse", chance = 9, min = 1, max = 1},
{name = "animalworld:tigercorpse", chance = 7, min = 1, max = 1},
},
water_damage = 0,
lava_damage = 4,
@ -65,7 +65,7 @@ if minetest.get_modpath("ethereal") then
spawn_on = {"default:dirt_with_rainforest_litter", "ethereal:green_dirt", "ethereal:grass_grove"}
end
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_animalworld then
mobs:spawn({
name = "animalworld:tiger",
nodes = {"default:dirt_with_rainforest_litter", "ethereal:green_dirt", "ethereal:grass_grove"},

View File

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

View File

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

View File

@ -60,7 +60,7 @@ mobs:register_mob("animalworld:treelobster", {
end,
})
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_animalworld then
mobs:spawn({
name = "animalworld:treelobster",
nodes = {"default:dirt_with_rainforest_litter"},

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:trout",
nodes = {"default:water_source"}, {"default:river_water_source"},

View File

@ -29,7 +29,7 @@ stepheight = 3,
drops = {
{name = "mobs:meat_raw", chance = 1, min = 1, max = 1},
{name = "mobs:leather", chance = 1, min = 0, max = 2},
{name = "animalworld:wolverinecorpse", chance = 9, min = 1, max = 1},
{name = "animalworld:wolverinecorpse", chance = 7, min = 1, max = 1},
},
water_damage = 0,
lava_damage = 4,
@ -66,7 +66,7 @@ if minetest.get_modpath("ethereal") then
spawn_on = {"default:dirt_with_snow"}, {"default:permafrost_with_moss"}, {"default:snowblock"}
end
if not mobs.custom_spawn_monster then
if not mobs.custom_spawn_animalworld then
mobs:spawn({
name = "animalworld:volverine",
nodes = {"default:dirt_with_snow"}, {"default:permafrost_with_moss"}, {"default:snowblock"},

View File

@ -32,7 +32,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:vulturecorpse", chance = 9, min = 1, max = 1},
{name = "animalworld:vulturecorpse", chance = 7, min = 1, max = 1},
},
water_damage = 1,
@ -68,7 +68,7 @@ view_range = 10,
end,
})
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_animalworld then
mobs:spawn({
name = "animalworld:vulture",
nodes = {"default:dirt_with_grass"}, {"default:dry_dirt_with_dry_grass"}, {"default:desert_sand"}, {"default:stone"},

View File

@ -54,7 +54,7 @@ mobs:register_mob("animalworld:wasp", {
})
if not mobs.custom_spawn_monster then
if not mobs.custom_spawn_animalworld then
mobs:spawn({
name = "animalworld:wasp",
nodes = {"animalworld:waspnest"},

View File

@ -30,7 +30,7 @@ mobs:register_mob("animalworld:yak", {
{name = "mobs:meat_raw", chance = 1, min = 1, max = 3},
{name = "mobs:leather", chance = 1, min = 0, max = 2},
{name = "wool:brown", chance = 1, min = 0, max = 2},
{name = "animalworld:yakcorpse", chance = 9, min = 1, max = 1},
{name = "animalworld:yakcorpse", chance = 7, min = 1, max = 1},
},
water_damage = 0,
lava_damage = 5,
@ -136,7 +136,7 @@ mobs:register_mob("animalworld:yak", {
})
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_animalworld then
mobs:spawn({
name = "animalworld:yak",
nodes = {"default:dirt_with_grass", "ethereal:green_dirt", "default:dirt_with_snow", "default:permafrost"},