Advertisement
kreezxil

bagginses.cfg

Apr 21st, 2016
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.95 KB | None | 0 0
  1. # Configuration file
  2.  
  3. ##########################################################################################################
  4. # descriptions
  5. #--------------------------------------------------------------------------------------------------------#
  6. # Input here any custom descriptions for an item.
  7. # These will be shown when the player shifts while looking at an item.
  8. ##########################################################################################################
  9.  
  10. descriptions {
  11. S:"Custom description for black bag"=Black Baggins
  12. S:"Custom description for blue bag"=Blue Baggins
  13. S:"Custom description for brown bag"=Brown Baggins
  14. S:"Custom description for cyan bag"=Cyan Baggins
  15. S:"Custom description for gray bag"=Gray Baggins
  16. S:"Custom description for green bag"=Green Baggins
  17. S:"Custom description for lightBlue bag"=LightBlue Baggins
  18. S:"Custom description for lime bag"=Lime Baggins
  19. S:"Custom description for magenta bag"=Magenta Baggins
  20. S:"Custom description for orange bag"=Orange Baggins
  21. S:"Custom description for pink bag"=Pink Baggins
  22. S:"Custom description for purple bag"=Purple Baggins
  23. S:"Custom description for red bag"=Red Baggins
  24. S:"Custom description for silver bag"=Silver Baggins
  25. S:"Custom description for white bag"=White Baggins
  26. S:"Custom description for yellow bag"=Yellow Baggins
  27. }
  28.  
  29.  
  30. ##########################################################################################################
  31. # general
  32. #--------------------------------------------------------------------------------------------------------#
  33. # Input here all your whitelists per bag.
  34. # If empty, bag won't be added to the world.
  35. # Use modid:* to whitelist the whole mod.
  36. # For example:
  37. # minecraft:wool/2 will add Magenta wool to the whitelist.
  38. # minecraft:wool will add every wool type.
  39. # minecraft:wool/0+1+2 will add damage value 0,1 and 2.
  40. # Add multiple items by using a comma between items.
  41. ##########################################################################################################
  42.  
  43. general {
  44. S:"Whitelist Items/Blocks for black bag"=
  45. S:"Whitelist Items/Blocks for blue bag"=
  46. S:"Whitelist Items/Blocks for brown bag"=
  47. S:"Whitelist Items/Blocks for cyan bag"=
  48. S:"Whitelist Items/Blocks for gray bag"=
  49. S:"Whitelist Items/Blocks for green bag"=
  50. S:"Whitelist Items/Blocks for lightBlue bag"=
  51. S:"Whitelist Items/Blocks for lime bag"=
  52. S:"Whitelist Items/Blocks for magenta bag"=
  53. S:"Whitelist Items/Blocks for orange bag"=
  54. S:"Whitelist Items/Blocks for pink bag"=
  55. S:"Whitelist Items/Blocks for purple bag"=
  56. S:"Whitelist Items/Blocks for red bag"=
  57. S:"Whitelist Items/Blocks for silver bag"=
  58. S:"Whitelist Items/Blocks for white bag"=
  59. S:"Whitelist Items/Blocks for yellow bag"=
  60. }
  61.  
  62.  
  63. whitelist {
  64. # If you want to blacklist items instead of whitelist, change this config to false
  65. B:whitelist=false
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement