1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-06 17:41:04 +00:00
luanti/util/helper_mod/mapgen_error.lua
2025-07-25 12:08:32 +02:00

3 lines
65 B
Lua

core.register_on_generated(function()
error("intentional")
end)