1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-11 17:51:04 +00:00
luanti/util/helper_mod/mapgen_error.lua

4 lines
65 B
Lua
Raw Permalink Normal View History

2025-07-24 14:55:00 +02:00
core.register_on_generated(function()
error("intentional")
end)