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