disable squid spawning

master
Juraj Vajda 2018-12-01 19:40:16 -05:00
parent cb16405216
commit 0f50bcb231
1 changed files with 13 additions and 13 deletions

View File

@ -49,17 +49,17 @@ mobs:register_mob("mobs_animal:squid", {
blood_texture = "mobs_squid_blood.png",
})
mobs:spawn({
name = "mobs_animal:squid",
nodes = {"default:water_source"},
neighbors = {"default:water_source"},
min_light = 0,
max_light = 15,
active_object_count = 1,
chance = 7000,
max_height = 0,
min_height = -31000,
day_toggle = true
})
-- mobs:spawn({
-- name = "mobs_animal:squid",
-- nodes = {"default:water_source"},
-- neighbors = {"default:water_source"},
-- min_light = 0,
-- max_light = 15,
-- active_object_count = 1,
-- chance = 7000,
-- max_height = 0,
-- min_height = -31000,
-- day_toggle = true
-- })
mobs:register_egg("mobs_animal:squid", S("Squid"), "default_water.png", 1)
-- mobs:register_egg("mobs_animal:squid", S("Squid"), "default_water.png", 1)