Nolorwolf

Barrels config

Oct 20th, 2013
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. # Configuration file
  2.  
  3. ####################
  4. # barrelstorage
  5. ####################
  6.  
  7. barrelstorage {
  8. # The maximum stacks of items that a barrel can hold.
  9. # Set any value to -1 and that type of barrel will be disabled.
  10. I:T1BarrelMaxStorage=64
  11. I:T2BarrelMaxStorage=1024
  12. I:T3BarrelMaxStorage=4096
  13. }
  14.  
  15.  
  16. ####################
  17. # block
  18. ####################
  19.  
  20. block {
  21. # The block ID for barrels.
  22. I:Barrel=4000
  23. I:networkID=245
  24. }
  25.  
  26.  
  27. ####################
  28. # crafting
  29. ####################
  30.  
  31. crafting {
  32. # This allowes you to chage the crafting recipeis.
  33. # Look on the forum for tutorials on setting this up.
  34. S:T1barrelCrafting=shaped;logWood;logWood;logWood;item,ingotIron;nothing;item,ingotIron;logWood;logWood;logWood
  35. S:T2barrelCrafting=shaped;item,blazeRod;block,obsidian;item,blazeRod;item,enderPearl;barrel,T1barrel;item,enderPearl;item,blazeRod;block,obsidian;item,blazeRod
  36. S:T3barrelCrafting=shaped;block,obsidian;item,blazeRod;block,obsidian;item,diamond;barrel,T2barrel;item,diamond;block,obsidian;item,blazeRod;block,obsidian
  37. }
  38.  
  39.  
  40. ####################
  41. # interaction
  42. ####################
  43.  
  44. interaction {
  45. # How the barrels interact with outside sources (buildcraft pipes)
  46. # Usage: can be in four states: in, out, in/out, unused
  47. # Formatting: <up>;<down>;<back>;<forward>;<right>;<left>
  48. S:interaction=in/out;in/out;unused;unused;unused;unused
  49. B:leaveOneItem=false
  50. }
  51.  
  52.  
  53. ####################
  54. # render
  55. ####################
  56.  
  57. render {
  58. B:onlyRenderOneSide=false
  59. B:renderIn3D=true
  60. B:renderName=false
  61. }
Advertisement
Add Comment
Please, Sign In to add comment