Advertisement
Guest User

c_changer_config

a guest
Jul 2nd, 2013
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.98 KB | None | 0 0
  1. --Configuration file for CreativeChanger
  2.  
  3. Default_Mode = "Survival"
  4. --Mode players are in when they join for the first time. Possible values: Creative, Survival. CASE SENSITIVE
  5.  
  6. SURVIVAL_FORMSPEC = "size[8,7.5]"..
  7. --"image[6,0.6;1,2;player.png]"..
  8. "list[current_player;main;0,3.5;8,4;]"..
  9. "list[current_player;craft;2,0;3,3;]"..
  10. "list[current_player;craftpreview;6,1;1,1;]"
  11.  
  12. --IMPORTANT: This formspec must be valid. If you want compatibility with other inventory-changing mods
  13. --or games, you must change the above to the formspec definition for that mod and remove it
  14. --from their mod.
  15.  
  16. --NOTE: At the moment, the creative formspec cannot be changed, as it is required to use variables inside the mod.
  17. --You can try to change it, but it probably will not work. The same is true for a survival inventory with variables,
  18. --such as inventory_plus. It is still possible to change the SURVIVAL_FORMSPEC variable inside the code to cope
  19. --with this, but it will not be easy.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement