Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Configuration file
- ##########################################################################################################
- # descriptions
- #--------------------------------------------------------------------------------------------------------#
- # Input here any custom descriptions for an item.
- # These will be shown when the player shifts while looking at an item.
- ##########################################################################################################
- descriptions {
- S:"Custom description for black bag"=Black Baggins
- S:"Custom description for blue bag"=Blue Baggins
- S:"Custom description for brown bag"=Brown Baggins
- S:"Custom description for cyan bag"=Cyan Baggins
- S:"Custom description for gray bag"=Gray Baggins
- S:"Custom description for green bag"=Green Baggins
- S:"Custom description for lightBlue bag"=LightBlue Baggins
- S:"Custom description for lime bag"=Lime Baggins
- S:"Custom description for magenta bag"=Magenta Baggins
- S:"Custom description for orange bag"=Orange Baggins
- S:"Custom description for pink bag"=Pink Baggins
- S:"Custom description for purple bag"=Purple Baggins
- S:"Custom description for red bag"=Red Baggins
- S:"Custom description for silver bag"=Silver Baggins
- S:"Custom description for white bag"=White Baggins
- S:"Custom description for yellow bag"=Yellow Baggins
- }
- ##########################################################################################################
- # general
- #--------------------------------------------------------------------------------------------------------#
- # Input here all your whitelists per bag.
- # If empty, bag won't be added to the world.
- # Use modid:* to whitelist the whole mod.
- # For example:
- # minecraft:wool/2 will add Magenta wool to the whitelist.
- # minecraft:wool will add every wool type.
- # minecraft:wool/0+1+2 will add damage value 0,1 and 2.
- # Add multiple items by using a comma between items.
- ##########################################################################################################
- general {
- S:"Whitelist Items/Blocks for black bag"=
- S:"Whitelist Items/Blocks for blue bag"=
- S:"Whitelist Items/Blocks for brown bag"=
- S:"Whitelist Items/Blocks for cyan bag"=
- S:"Whitelist Items/Blocks for gray bag"=
- S:"Whitelist Items/Blocks for green bag"=
- S:"Whitelist Items/Blocks for lightBlue bag"=
- S:"Whitelist Items/Blocks for lime bag"=
- S:"Whitelist Items/Blocks for magenta bag"=
- S:"Whitelist Items/Blocks for orange bag"=
- S:"Whitelist Items/Blocks for pink bag"=
- S:"Whitelist Items/Blocks for purple bag"=
- S:"Whitelist Items/Blocks for red bag"=
- S:"Whitelist Items/Blocks for silver bag"=
- S:"Whitelist Items/Blocks for white bag"=
- S:"Whitelist Items/Blocks for yellow bag"=
- }
- whitelist {
- # If you want to blacklist items instead of whitelist, change this config to false
- B:whitelist=false
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement