Advertisement
Guest User

Bagginses Config

a guest
Jun 19th, 2016
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.82 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"=
  12. S:"Custom description for blue bag"=
  13. S:"Custom description for brown bag"=
  14. S:"Custom description for cyan bag"=
  15. S:"Custom description for ender bag"=
  16. S:"Custom description for gray bag"=
  17. S:"Custom description for green bag"=
  18. S:"Custom description for lightBlue bag"=
  19. S:"Custom description for lime bag"=
  20. S:"Custom description for magenta bag"=
  21. S:"Custom description for orange bag"=
  22. S:"Custom description for pink bag"=
  23. S:"Custom description for purple bag"=
  24. S:"Custom description for red bag"=
  25. S:"Custom description for silver bag"=
  26. S:"Custom description for void bag"=
  27. S:"Custom description for white bag"=
  28. S:"Custom description for yellow bag"=
  29. }
  30.  
  31.  
  32. ##########################################################################################################
  33. # general
  34. #--------------------------------------------------------------------------------------------------------#
  35. # Input here all your whitelists per bag.
  36. # If empty, bag won't be added to the world.
  37. # Use modid:* to whitelist the whole mod.
  38. # For example:
  39. # minecraft:wool/2 will add Magenta wool to the whitelist.
  40. # minecraft:wool will add every wool type.
  41. # minecraft:wool/0+1+2 will add damage value 0,1 and 2.
  42. # Add multiple items by using a comma between items.
  43. ##########################################################################################################
  44.  
  45. general {
  46. S:"Whitelist Items/Blocks for black bag"=
  47. S:"Whitelist Items/Blocks for blue bag"=
  48. S:"Whitelist Items/Blocks for brown bag"=
  49. S:"Whitelist Items/Blocks for cyan bag"=
  50. S:"Whitelist Items/Blocks for gray bag"=
  51. S:"Whitelist Items/Blocks for green bag"=
  52. S:"Whitelist Items/Blocks for lightBlue bag"=
  53. S:"Whitelist Items/Blocks for lime bag"=
  54. S:"Whitelist Items/Blocks for magenta bag"=
  55. S:"Whitelist Items/Blocks for orange bag"=
  56. S:"Whitelist Items/Blocks for pink bag"=
  57. S:"Whitelist Items/Blocks for purple bag"=
  58. S:"Whitelist Items/Blocks for red bag"=
  59. S:"Whitelist Items/Blocks for silver bag"=
  60. S:"Whitelist Items/Blocks for white bag"=
  61. S:"Whitelist Items/Blocks for yellow bag"=
  62. }
  63.  
  64.  
  65. whitelist {
  66. # If you want to blacklist items instead of whitelist, change this config to false
  67. B:whitelist=false
  68. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement