mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-30 19:22:14 +00:00
feature
This commit is contained in:
parent
2847f3e805
commit
0cb84dfe70
2 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||||
|
|
|
@ -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,
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue