Add files via upload

master
Skandarella 2021-04-02 20:58:22 +02:00 committed by GitHub
parent 0208cd3416
commit 551fdfb991
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
21 changed files with 22 additions and 22 deletions

View File

@ -66,7 +66,7 @@ if minetest.get_modpath("ethereal") then
end
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_livingfloatlands then
mobs:spawn({
name = "livingfloatlands:ankylosaurus",
nodes = {"default:sand", "default:desert_sandstone", "default:sandstone", "default:dry_dirt_with_dry_grass"},

View File

@ -72,7 +72,7 @@ if minetest.get_modpath("ethereal") then
spawn_on = {"ethereal:prairie_dirt", "ethereal:dry_dirt", "default:dry_dirt_with_dry_grass"}
end
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_livingfloatlands then
mobs:spawn({
name = "livingfloatlands:carnotaurus",
nodes = {"default:dry_dirt_with_dry_grass"},

View File

@ -66,7 +66,7 @@ if minetest.get_modpath("ethereal") then
spawn_on = {"ethereal:gray_dirt", "ethereal:crystal_dirt", "default:permafrost_with_moss", "default:dirt_with_snow", "default:dirt_with_coniferous_litter"}
end
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_livingfloatlands then
mobs:spawn({
name = "livingfloatlands:smilodon",
nodes = {"default:permafrost_with_moss", "default:dirt_with_snow", "default:dirt_with_coniferous_litter"},

View File

@ -68,7 +68,7 @@ if minetest.get_modpath("ethereal") then
spawn_on = {"ethereal:prairie_dirt", "ethereal:grove_dirt", "default:dirt_with_grass"}
end
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_livingfloatlands then
mobs:spawn({
name = "livingfloatlands:deinotherium",
nodes = {"default:dirt_with_grass"},

View File

@ -70,7 +70,7 @@ if minetest.get_modpath("ethereal") then
spawn_on = {"ethereal:prairie_dirt", "ethereal:dry_dirt", "default:desert_sand", "default:dry_dirt_with_dry_grass"}
end
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_livingfloatlands then
mobs:spawn({
name = "livingfloatlands:entelodon",
nodes = {"default:desert_sand", "default:dry_dirt_with_dry_grass"},

View File

@ -77,7 +77,7 @@ if minetest.get_modpath("ethereal") then
spawn_on = {"ethereal:grove_dirt", "ethereal:bamboo_dirt", "default:dirt_with_rainforest_litter"}
end
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_livingfloatlands then
mobs:spawn({
name = "livingfloatlands:gastornis",
nodes = {"default:dirt_with_rainforest_litter"},

View File

@ -69,7 +69,7 @@ if minetest.get_modpath("ethereal") then
spawn_on = {"ethereal:grove_dirt", "ethereal:bamboo_dirt", "default:dirt_with_grass", "default:dirt_with_rainforest_litter"}
end
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_livingfloatlands then
mobs:spawn({
name = "livingfloatlands:gigantopithecus",
nodes = {"default:dirt_with_grass", "default:dirt_with_rainforest_litter"},

View File

@ -12,7 +12,7 @@ mobs.intllib = S
local input = io.open(path .. "spawn.lua", "r")
if input then
mobs.custom_spawn_animal = true
mobs.custom_spawn_livingfloatlands = true
input:close()
input = nil
end
@ -44,7 +44,7 @@ dofile(path .. "hunger.lua") --
-- Load custom spawning
if mobs.custom_spawn_animal then
if mobs.custom_spawn_livingfloatlands then
dofile(path .. "spawn.lua")
end

View File

@ -66,7 +66,7 @@ if minetest.get_modpath("ethereal") then
spawn_on = {"ethereal:gray_dirt", "dry:dry_dirt", "default:dirt_with_grass", "default:dry_dirt_with_dry_grass", "default:dirt_with_coniferous_litter"}
end
if not mobs.custom_spawn_monster then
if not mobs.custom_spawn_livingfloatlands then
mobs:spawn({
name = "livingfloatlands:lycaenops",
nodes = {"default:dirt_with_grass", "default:dry_dirt_with_dry_grass", "default:dirt_with_coniferous_litter"},

View File

@ -69,7 +69,7 @@ if minetest.get_modpath("ethereal") then
spawn_on = {"ethereal:crystal_dirt", "ethereal:gray_dirt", "default:permafrost_with_moss", "default:dirt_with_snow", "default:snow"}
end
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_livingfloatlands then
mobs:spawn({
name = "livingfloatlands:mammooth",
nodes = {"default:permafrost_with_moss", "default:dirt_with_snow", "default:snow"},

View File

@ -64,7 +64,7 @@ if minetest.get_modpath("ethereal") then
spawn_on = {"ethereal:grove_dirt", "ethereal:bamboo_dirt", "default:dirt_with_coniferous_litter"}
end
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_livingfloatlands then
mobs:spawn({
name = "livingfloatlands:nigersaurus",
nodes = {"default:dirt_with_coniferous_litter"},

View File

@ -69,7 +69,7 @@ if minetest.get_modpath("ethereal") then
spawn_on = {"ethereal:prairie_dirt", "ethereal:dry_dirt", "default:desert_sand", "default:desert_sandstone", "default:sandstone"}
end
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_livingfloatlands then
mobs:spawn({
name = "livingfloatlands:oviraptor",
nodes = {"default:desert_sand", "default:desert_sandstone", "default:sandstone"},

View File

@ -66,7 +66,7 @@ if minetest.get_modpath("ethereal") then
spawn_on = {"ethereal:prairie_dirt", "ethereal:grove_dirt", "default:dirt_with_coniferous_litter"}
end
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_livingfloatlands then
mobs:spawn({
name = "livingfloatlands:parasaurolophus",
nodes = {"default:dirt_with_coniferous_litter"},

View File

@ -72,7 +72,7 @@ if minetest.get_modpath("ethereal") then
spawn_on = {"ethereal:grove_dirt", "ethereal:bamboo_dirt", "default:dirt_with_rainforest_litter", "default:dirt_with_grass", "default:sand"}
end
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_livingfloatlands then
mobs:spawn({
name = "livingfloatlands:rhamphorhynchus",
nodes = {"default:dirt_with_rainforest_litter", "default:dirt_with_grass", "default:sand"},

View File

@ -64,7 +64,7 @@ if minetest.get_modpath("ethereal") then
spawn_on = {"ethereal:crystal_dirt", "ethereal:gray_dirt", "default:permafrost_with_moss", "default:dirt_with_snow", "default:snow"}
end
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_livingfloatlands then
mobs:spawn({
name = "livingfloatlands:smilodon",
nodes = {"default:permafrost_with_moss", "default:dirt_with_snow", "default:snow"},

View File

@ -69,7 +69,7 @@ if minetest.get_modpath("ethereal") then
spawn_on = {"ethereal:prairie_dirt", "ethereal:grove_dirt", "default:dirt_with_coniferous_litter", "default:dirt_with_grass", "default:dirt_with_rainforest_litter"}
end
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_livingfloatlands then
mobs:spawn({
name = "livingfloatlands:stegosaurus",
nodes = {"default:dirt_with_coniferous_litter", "default:dirt_with_grass", "default:dirt_with_rainforest_litter"},

View File

@ -70,7 +70,7 @@ if minetest.get_modpath("ethereal") then
spawn_on = {"ethereal:prairie_dirt", "ethereal:bamboo_dirt", "default:dry_dirt_with_dry_grass"}
end
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_livingfloatlands then
mobs:spawn({
name = "livingfloatlands:triceratops",
nodes = {"default:dry_dirt_with_dry_grass"},

View File

@ -69,7 +69,7 @@ if minetest.get_modpath("ethereal") then
spawn_on = {"ethereal:prairie_dirt", "ethereal:dry_dirt", "default:dry_dirt_with_dry_grass", "default:dirt_with_rainforest_litter", "default:sand"}
end
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_livingfloatlands then
mobs:spawn({
name = "livingfloatlands:tyrannosaurus",
nodes = {"default:dry_dirt_with_dry_grass", "default:dirt_with_rainforest_litter"},

View File

@ -71,7 +71,7 @@ if minetest.get_modpath("ethereal") then
spawn_on = {"ethereal:prairie_dirt", "ethereal:dry_dirt", "default:desert_sand", "default:desert_sandstone", "default:sandstone"}
end
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_livingfloatlands then
mobs:spawn({
name = "livingfloatlands:velociraptor",
nodes = {"default:desert_sand", "default:desert_sandstone", "default:sandstone"},

View File

@ -67,7 +67,7 @@ if minetest.get_modpath("ethereal") then
spawn_on = {"ethereal:crystal_dirt", "ethereal:gray_dirt", "default:dry_dirt_with_dry_grass", "default:dirt_with_grass"}
end
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_livingfloatlands then
mobs:spawn({
name = "livingfloatlands:wildhorse",
nodes = {"default:dry_dirt_with_dry_grass", "default:dirt_with_grass"},

View File

@ -70,7 +70,7 @@ if minetest.get_modpath("ethereal") then
spawn_on = {"ethereal:mushroom_dirt", "ethereal:crystal_dirt", "default:permafrost_with_moss", "default:dirt_with_snow", "default:snow"}
end
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_livingfloatlands then
mobs:spawn({
name = "livingfloatlands:woollyrhino",
nodes = {"default:permafrost_with_moss", "default:dirt_with_snow", "default:snow"},