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
1
mods/craftingpack/creative/depends.txt
Normal file
1
mods/craftingpack/creative/depends.txt
Normal file
|
@ -0,0 +1 @@
|
|||
default
|
9
mods/craftingpack/creative/init.lua
Normal file
9
mods/craftingpack/creative/init.lua
Normal file
|
@ -0,0 +1,9 @@
|
|||
creative = {}
|
||||
|
||||
creative.set_creative_formspec = function()
|
||||
|
||||
end
|
||||
|
||||
minetest.register_on_player_receive_fields(function(player, formname, fields)
|
||||
|
||||
end)
|
Loading…
Add table
Add a link
Reference in a new issue