mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-05 07:41:06 +01:00
7 lines
No EOL
159 B
Lua
7 lines
No EOL
159 B
Lua
inventory_plus = {}
|
|
|
|
function inventory_plus.set_inventory_formspec(player, formspec)
|
|
end
|
|
|
|
function inventory_plus.register_button(player,str1, str2)
|
|
end |