Update 3d_armor, replace mcl_inventory with craftingpack
This commit is contained in:
parent
30ae4cbcd5
commit
3500008981
101 changed files with 1452 additions and 795 deletions
7
mods/craftingpack/inventory_plus/init.lua
Normal file
7
mods/craftingpack/inventory_plus/init.lua
Normal file
|
@ -0,0 +1,7 @@
|
|||
inventory_plus = {}
|
||||
|
||||
function inventory_plus.set_inventory_formspec(player, formspec)
|
||||
end
|
||||
|
||||
function inventory_plus.register_button(player,str1, str2)
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue