mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 08:05:18 +02:00
6 lines
177 B
Lua
6 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()
|