Advertisement
Guest User

DW20 S5 SSP backpack config V1

a guest
Dec 28th, 2012
325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.51 KB | None | 0 0
  1. # Forestry
  2. # 1.6.4.1 (77)
  3. #
  4. # Config files:
  5. # base.conf - Contains Forge configuration for block and item ids
  6. # common.conf - Contains all options common to Forestry
  7. # apiculture.conf - Contains all options for bee breeding
  8. # backpacks.conf - Contains custom configurations for backpacks
  9. # pipes.conf - Configures item id for the apiarist's pipe
  10. # gamemodes/ - Configures available gamemodes
  11.  
  12. #####################
  13. # BACKPACKS
  14. #####################
  15. # add additional blocks and items for the miner's backpack here in the format id:meta. separate blocks and items using ';'
  16. backpacks.miner.items=129;200;220;220:1;220:2;220:3;220:4;220:5;245;248;688;24256;24257;24258;24259;24260;25263:6;25263:3;25264;25264:1;25264:2;25264:3;25264:4;25264:5;30243
  17. # add additional blocks and items for the digger's backpack here in the format id:meta. separate blocks and items using ';'
  18. backpacks.digger.items=48;215;251:1;252;110;121;215:3
  19. # add additional blocks and items for the forester's backpack here in the format id:meta. separate blocks and items using ';'
  20. backpacks.forester.items=
  21. # add additional blocks and items for the hunter's backpack here in the format id:meta. separate blocks and items using ';'
  22. backpacks.hunter.items=
  23. # add blocks and items for the adventurer's backpack here in the format id:meta. separate blocks and items using ';'
  24. backpacks.adventurer.items=
  25. # add blocks and items for the builder's backpack here in the format id:meta. separate blocks and items using ';'
  26. backpacks.builder.items=
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement