Initial commin on branch 'clothing'.

master
None 2014-03-29 13:51:20 +04:00
parent 43546783c7
commit 14c03c5814
3 changed files with 6 additions and 0 deletions

1
clothing/README Normal file
View File

@ -0,0 +1 @@
Мод добавляет одежду.

1
clothing/depends.txt Normal file
View File

@ -0,0 +1 @@
default

4
clothing/init.lua Normal file
View File

@ -0,0 +1,4 @@
minetest.register_on_player_receive_fields(function(player, formname, fields)
print(formname)
print(dump(fields))
end)