version 0.21

This commit is contained in:
davedevils 2015-06-29 19:55:56 +02:00
parent bd1233aaf1
commit c8d70b992c
1717 changed files with 68882 additions and 0 deletions

13
mods/inventory/config.txt Normal file
View file

@ -0,0 +1,13 @@
--Configuration file for Inventory
Default_Mode = "Survival"
--Mode players are in when they join for the first time. Possible values: Creative, Survival. CASE SENSITIVE
--IMPORTANT: This formspec must be valid. If you want compatibility with other inventory-changing mods
--or games, you must change the above to the formspec definition for that mod and remove it
--from their mod.
--NOTE: At the moment, the creative formspec cannot be changed, as it is required to use variables inside the mod.
--You can try to change it, but it probably will not work. The same is true for a survival inventory with variables,
--such as inventory_plus. It is still possible to change the SURVIVAL_FORMSPEC variable inside the code to cope
--with this, but it will not be easy.