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

4 lines
65 B
Lua
Raw Normal View History

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