1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-30 19:22:14 +00:00
This commit is contained in:
sfan5 2025-08-22 19:53:13 +02:00
parent 2847f3e805
commit 0cb84dfe70
2 changed files with 3 additions and 0 deletions

View file

@ -51,6 +51,7 @@ core.features = {
on_timer_four_args = true, on_timer_four_args = true,
particlespawner_exclude_player = true, particlespawner_exclude_player = true,
generate_decorations_biomes = true, generate_decorations_biomes = true,
chunksize_vector = true,
} }
function core.has_feature(arg) function core.has_feature(arg)

View file

@ -5849,6 +5849,8 @@ Utilities
particlespawner_exclude_player = true, particlespawner_exclude_player = true,
-- core.generate_decorations() supports `use_mapgen_biomes` parameter (5.14.0) -- core.generate_decorations() supports `use_mapgen_biomes` parameter (5.14.0)
generate_decorations_biomes = true, generate_decorations_biomes = true,
-- 'chunksize' mapgen setting can be a vector, instead of a single number (5.15.0)
chunksize_vector = true,
} }
``` ```