mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
5 lines
177 B
Lua
5 lines
177 B
Lua
local builtin_shared = ...
|
|
|
|
local make_registration = builtin_shared.make_registration
|
|
|
|
core.registered_on_formspec_input, core.register_on_formspec_input = make_registration()
|