1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-30 19:22:14 +00:00
luanti/builtin/game
Cora de la Mouche fc6bef7de6
Extend core.generate_decorations to generate biomes respecting the biome map (#16397)
Large structures which are generated in on_generated callbacks
independently by Lua cannot influence decoration placement. This
change enables such a callback to assume responsibility for generating
decorations itself, presumably after structures are placed, by
disabling decorations in mg_flags and executing
core.generate_decorations.

---------

Co-authored-by: Po Lu <luangruo@yahoo.com>
2025-09-20 13:44:19 +02:00
..
tests Luanti rename: builtin (#15324) 2024-10-28 19:40:18 +01:00
async.lua Add API to cancel async jobs (#14602) 2025-08-26 12:40:31 +02:00
auth.lua Luanti rename: builtin (#15324) 2024-10-28 19:40:18 +01:00
chat.lua Add/remove/change some log messages for clarity 2025-04-10 14:39:21 +02:00
constants.lua Luanti rename: builtin (#15324) 2024-10-28 19:40:18 +01:00
death_screen.lua Dehardcode the death formspec (#15155) 2024-09-24 22:37:44 +02:00
deprecated.lua Rename perlin noise to value noise (#15858) 2025-04-10 14:39:40 +02:00
detached_inventory.lua Luanti rename: builtin (#15324) 2024-10-28 19:40:18 +01:00
falling.lua Use visual = "node" for builtin falling node entity 2025-02-22 16:19:04 +01:00
features.lua Extend core.generate_decorations to generate biomes respecting the biome map (#16397) 2025-09-20 13:44:19 +02:00
forceloading.lua Let mods choose a forceload limit (#13002) 2022-12-03 10:41:34 -05:00
hud.lua Restore proportional minimap scaling (#15022) 2024-08-31 18:11:56 +02:00
init.lua Dehardcode the death formspec (#15155) 2024-09-24 22:37:44 +02:00
item.lua Send node dig particles to all other players 2025-09-10 20:23:55 +02:00
item_entity.lua Luanti rename: builtin (#15324) 2024-10-28 19:40:18 +01:00
knockback.lua Allow nil puncher in object:punch (#14319) 2024-04-28 17:55:04 +02:00
misc.lua Luanti rename: builtin (#15324) 2024-10-28 19:40:18 +01:00
misc_s.lua Bump network/formspec versions for 5.13.0 2025-07-27 09:00:20 +02:00
privileges.lua Luanti rename: builtin (#15324) 2024-10-28 19:40:18 +01:00
register.lua Builtin profiler: Capture Tracy zones; And small improvements (#16479) 2025-09-08 18:27:26 +02:00
static_spawn.lua Make string to v3f parsing consistent, replace core.setting_get_pos() by core.settings:get_pos() (#15438) 2024-12-04 18:19:46 +01:00
voxelarea.lua Add VoxelArea() constructor (#12886) 2022-10-22 08:05:45 -04:00