mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-06-28 06:11:47 +02:00
[default & seawrecks & whiteshell & clams] Updates
- Replace `height_max` and `height_min` fields
This commit is contained in:
@ -1127,7 +1127,7 @@ function default.register_mgv6_decorations()
|
||||
y_max = 1,
|
||||
decoration = "default:papyrus",
|
||||
height = 2,
|
||||
height_max = 4,
|
||||
y_max = 4,
|
||||
spawn_by = "default:water_source",
|
||||
num_spawn_by = 1,
|
||||
})
|
||||
@ -1150,7 +1150,7 @@ function default.register_mgv6_decorations()
|
||||
y_max = 30,
|
||||
decoration = "default:cactus",
|
||||
height = 3,
|
||||
height_max = 4,
|
||||
y_max = 4,
|
||||
})
|
||||
|
||||
-- Long grasses
|
||||
@ -1377,7 +1377,7 @@ function default.register_decorations()
|
||||
y_max = 31000,
|
||||
decoration = "default:cactus",
|
||||
height = 2,
|
||||
height_max = 5,
|
||||
y_max = 5,
|
||||
})
|
||||
|
||||
-- Papyrus
|
||||
|
Reference in New Issue
Block a user