mirror of
https://codeberg.org/tenplus1/mobs_redo.git
synced 2025-05-17 16:50:39 +02:00
default fear_height to 2
This commit is contained in:
parent
42da759407
commit
0d6b794fa0
4
api.lua
4
api.lua
@ -18,7 +18,7 @@ end
|
||||
-- global table
|
||||
|
||||
mobs = {
|
||||
mod = "redo", version = "20250515",
|
||||
mod = "redo", version = "20250516",
|
||||
spawning_mobs = {}, translate = S,
|
||||
node_snow = has(core.registered_aliases["mapgen_snow"])
|
||||
or has("mcl_core:snow") or has("default:snow") or "air",
|
||||
@ -162,7 +162,7 @@ mobs.mob_class = {
|
||||
reach = 3,
|
||||
docile_by_day = false,
|
||||
time_of_day = 0.5,
|
||||
fear_height = 0,
|
||||
fear_height = 2,
|
||||
runaway_timer = 0,
|
||||
immune_to = {},
|
||||
explosion_timer = 3,
|
||||
|
Loading…
x
Reference in New Issue
Block a user