frosty8612

InvTweaksRules_1.7.10

Nov 23rd, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. |==============================================================|
  2. | INVENTORY TWEAKS Mod - By Jimeo Wan (jimeo.wan at gmail.com) |
  3. | Sorting rules and general configuration |
  4. |==============================================================|
  5.  
  6. ====== [ SETTINGS ] ======
  7. Default:
  8. D1 sword
  9. D2 pickaxe
  10. D3 torches
  11. D4 axe
  12. D5 shovel
  13. D5 hammer
  14. D6 devNull
  15. D7 backpacks
  16. D8 questBook
  17. D9 edibleFood
  18.  
  19. Mining:
  20. D1 sword
  21. D2 hammer
  22. D3 torches
  23. D4 pickaxe
  24. D5 torches
  25. D5 devNull
  26. D6
  27. D7
  28. D8 backpacks
  29. D9 edibleFood
  30. ======== [ GETTING STARTED ] ========
  31.  
  32. # SORTING RULES
  33. # Each line you type is a new constraint you add for sorting your inventory.
  34. # After any change, just press the sorting key to reload the settings. Some examples:
  35. # * "D1 sword" puts any sword in row D, column 1 (see grid below)
  36. # * "A edibleFood" fills the A row with food
  37. # * "1 ironPickaxe" fills the 1 column with an iron pickaxe
  38. # * "A1-C4 blocks" fills the rectangle with any blocks
  39. # * "D LOCKED" avoids items from the hotbar to move out of it when sorting
  40.  
  41. # INVENTORY GRID
  42. # 1 2 3 4 5 6 7 8 9
  43. # A [A1][A2][A3][A4][A5][A6][A7][A8][A9]
  44. # B [B1][B2][B3][B4][B5][B6][B7][B8][B9]
  45. # C [C1][C2][C3][C4][C5][C6][C7][C8][C9]
  46. #
  47. # D [D1][D2][D3][D4][D5][D6][D7][D8][D9]
  48.  
  49. # AVAILABLE KEYWORDS
  50. # Open the 'InvTweaksTree.txt' file for a list of available keywords. If an item
  51. # is missing from the item tree (for example mod items), you can either add it
  52. # or create a rule by ID. Examples: "D5 203", "D9 12345-13"
  53.  
  54. # FULL DOCUMENTATION
  55. # http://modding.kalam-alami.net/?invtweaks
Advertisement
Add Comment
Please, Sign In to add comment