mirror of
https://github.com/minetest/minetest.git
synced 2025-03-06 20:48:40 +01: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()
|