Add files via upload

master
Skandarella 2021-04-02 21:00:08 +02:00 committed by GitHub
parent e081d37dfd
commit 3f19eed0eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 15 additions and 15 deletions

View File

@ -57,7 +57,7 @@ view_range = 6,
end,
})
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_livingnether then
mobs:spawn({
name = "livingnether:cyst",
nodes = {"nether:sand", "nether:basalt"},

View File

@ -9,7 +9,7 @@ stepheight = 3,
hp_min = 45,
hp_max = 60,
armor = 100,
collisionbox = {-0.3, -0.01, -1, 0.3, 0.3, 0.3},
collisionbox = {-0.3, -0.01, -0.3, 0.3, 0.5, 0.3},
visual = "mesh",
mesh = "Flyingrod.b3d",
visual_size = {x = 1.0, y = 1.0},
@ -61,7 +61,7 @@ view_range = 4,
end,
})
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_livingnether then
mobs:spawn({
name = "livingnether:flyingrod",
nodes = {"nether:rack"},

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_livingnether = true
input:close()
input = nil
end
@ -32,7 +32,7 @@ dofile(path .. "sokameele.lua") --
-- Load custom spawning
if mobs.custom_spawn_animal then
if mobs.custom_spawn_livingnether then
dofile(path .. "spawn.lua")
end

View File

@ -57,7 +57,7 @@ stepheight = 4,
end,
})
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_livingnether then
mobs:spawn({
name = "livingnether:lavawalker",
nodes = {"nether:rack"},

View File

@ -71,7 +71,7 @@ view_range = 20,
end,
})
if not mobs.custom_spawn_monster then
if not mobs.custom_spawn_livingnether then
mobs:spawn({
name = "livingnether:noodlemaster",
nodes = {"nether:rack_deep"},

View File

@ -59,7 +59,7 @@ stepheight = 2,
end,
})
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_livingnether then
mobs:spawn({
name = "livingnether:razorback",
nodes = {"nether:rack"},

View File

@ -52,7 +52,7 @@ mobs:register_mob("livingnether:sokaarcher", {
},
})
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_livingnether then
mobs:spawn({
name = "livingnether:sokaarcher",
nodes = {"nether:rack_deep"},

View File

@ -8,7 +8,7 @@ mobs:register_mob("livingnether:sokameele", {
hp_min = 80,
hp_max = 125,
armor = 100,
collisionbox = {-0.5, -0.01, -0.5, 0.5, 0.95, 0.5},
collisionbox = {-0.5, -0.01, -0.5, 0.5, 1.5, 0.5},
visual = "mesh",
mesh = "Sokameele.b3d",
visual_size = {x = 1.0, y = 1.0},
@ -52,7 +52,7 @@ mobs:register_mob("livingnether:sokameele", {
end,
})
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_livingnether then
mobs:spawn({
name = "livingnether:sokameele",
nodes = {"nether:rack_deep"},

View File

@ -11,7 +11,7 @@ mobs:register_mob("livingnether:tardigrade", {
hp_min = 90,
hp_max = 120,
armor = 100,
collisionbox = {-0.6, -0.01, -0.6, 0.6, 0.95, 0.6},
collisionbox = {-0.6, -0.01, -0.6, 0.6, 0.7, 0.6},
visual = "mesh",
mesh = "Tardigrade.b3d",
textures = {
@ -57,7 +57,7 @@ mobs:register_mob("livingnether:tardigrade", {
end,
})
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_livingnether then
mobs:spawn({
name = "livingnether:tardigrade",
nodes = {"nether:rack"},

View File

@ -9,7 +9,7 @@ mobs:register_mob("livingnether:whip", {
hp_min = 45,
hp_max = 60,
armor = 100,
collisionbox = {-0.4, -0.01, -0.4, 0.4, 0.8, 0.4},
collisionbox = {-0.4, -0.01, -0.4, 0.4, 2, 0.4},
visual = "mesh",
mesh = "Whip.b3d",
visual_size = {x = 1.0, y = 1.0},
@ -56,7 +56,7 @@ view_range = 4,
end,
})
if not mobs.custom_spawn_animal then
if not mobs.custom_spawn_livingnether then
mobs:spawn({
name = "livingnether:whip",
nodes = {"nether:rack_deep"},