Update 3d_armor, replace mcl_inventory with craftingpack

This commit is contained in:
Wuzzy 2017-01-05 23:37:40 +01:00
parent 30ae4cbcd5
commit 3500008981
101 changed files with 1452 additions and 795 deletions

View file

@ -0,0 +1 @@
default

View file

@ -0,0 +1,9 @@
creative = {}
creative.set_creative_formspec = function()
end
minetest.register_on_player_receive_fields(function(player, formname, fields)
end)