frosty8612

InvTweaksRules

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