Advertisement
kreezxil

your horse armor recipe should be disabled, but it isn't on my dedicated Forge Server!

Apr 9th, 2015
442
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. # Configuration file
  2.  
  3. "output amounts" {
  4. # Defines the output amounts of fence recipes. Minecraft default is 3. [range: 1 ~ 64, default: 20]
  5. I:"Output of Fence Recipes"=20
  6.  
  7. # Defines the output amounts of ladder recipes. Minecraft default is 3. [range: 1 ~ 64, default: 14]
  8. I:"Output of Ladder Recipes"=14
  9.  
  10. # Defines the output amount of the recipe for nether brick fence from the nether brick item. The recipe from the nether brick block will be four times this value. [range: 1 ~ 16, default: 6]
  11. I:"Output of Nether Fence Recipe"=6
  12.  
  13. # Defines the output amounts of stair recipes. Minecraft default is 4. [range: 1 ~ 64, default: 8]
  14. I:"Output of Stair Recipes"=8
  15.  
  16. # Defines the output amounts of wall recipes. Minecraft default is 6. [range: 1 ~ 64, default: 18]
  17. I:"Output of Wall Recipes"=18
  18. }
  19.  
  20.  
  21. recipes {
  22. # Allows the crafting of chain mail armour from iron bars. [default: true]
  23. B:"Chain Mail Crafting."=false
  24.  
  25. # Allows the turning of stained hardened clay blocks back into their uncoloured counterparts. [default: true]
  26. B:"Clay Uncolouring."=true
  27.  
  28. # Allows the crafting of flint from gravel and stone. [default: true]
  29. B:"Flint Crafting"=false
  30.  
  31. # Allows the turning of stained glass blocks and panes back into their regular counterparts. [default: true]
  32. B:"Glass Uncolouring."=true
  33.  
  34. # Allows the crafting of bricks from hardened clay. [default: true]
  35. B:"Hardened Clay to Brick Crafting."=true
  36.  
  37. # Allows the crafting of horse armour from wool, string and another material [default: true]
  38. B:"Horse Armour Crafting."=false
  39.  
  40. # Allows the crafting of name tags from iron and paper. [default: true]
  41. B:"Name Tag Crafting."=true
  42.  
  43. # Allows the crafting of packed ice from normal ice. [default: true]
  44. B:"Packed Ice Crafting."=true
  45.  
  46. # Allows the crafting of glass blocks from panes. [default: true]
  47. B:"Panes to Blocks Crafting."=true
  48.  
  49. # Allows the crafting of prismarine shards and crystals from various items. Disabled by default. [default: false]
  50. B:"Prismarine Crafting."=true
  51.  
  52. # Allows the crafting of the quartz item back from quartz blocks. [default: true]
  53. B:"Quartz Block to Item Crafting"=true
  54.  
  55. # Allows the crafting of music discs from clay and gold. Disabled by default. [default: false]
  56. B:"Record Crafting"=false
  57.  
  58. # Allows the crafting of saddles from leather, string and iron. [default: true]
  59. B:"Saddle Crafting."=false
  60.  
  61. # Allows the crafting of sponge from wool, fish and prismarine. Disabled by default. [default: false]
  62. B:"Sponge Crafting."=true
  63.  
  64. # Allows the crafting of string from wool. [default: true]
  65. B:"Wool to String Crafting."=true
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement