Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Configuration file
- "output amounts" {
- # Defines the output amounts of fence recipes. Minecraft default is 3. [range: 1 ~ 64, default: 20]
- I:"Output of Fence Recipes"=20
- # Defines the output amounts of ladder recipes. Minecraft default is 3. [range: 1 ~ 64, default: 14]
- I:"Output of Ladder Recipes"=14
- # 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]
- I:"Output of Nether Fence Recipe"=6
- # Defines the output amounts of stair recipes. Minecraft default is 4. [range: 1 ~ 64, default: 8]
- I:"Output of Stair Recipes"=8
- # Defines the output amounts of wall recipes. Minecraft default is 6. [range: 1 ~ 64, default: 18]
- I:"Output of Wall Recipes"=18
- }
- recipes {
- # Allows the crafting of chain mail armour from iron bars. [default: true]
- B:"Chain Mail Crafting."=false
- # Allows the turning of stained hardened clay blocks back into their uncoloured counterparts. [default: true]
- B:"Clay Uncolouring."=true
- # Allows the crafting of flint from gravel and stone. [default: true]
- B:"Flint Crafting"=false
- # Allows the turning of stained glass blocks and panes back into their regular counterparts. [default: true]
- B:"Glass Uncolouring."=true
- # Allows the crafting of bricks from hardened clay. [default: true]
- B:"Hardened Clay to Brick Crafting."=true
- # Allows the crafting of horse armour from wool, string and another material [default: true]
- B:"Horse Armour Crafting."=false
- # Allows the crafting of name tags from iron and paper. [default: true]
- B:"Name Tag Crafting."=true
- # Allows the crafting of packed ice from normal ice. [default: true]
- B:"Packed Ice Crafting."=true
- # Allows the crafting of glass blocks from panes. [default: true]
- B:"Panes to Blocks Crafting."=true
- # Allows the crafting of prismarine shards and crystals from various items. Disabled by default. [default: false]
- B:"Prismarine Crafting."=true
- # Allows the crafting of the quartz item back from quartz blocks. [default: true]
- B:"Quartz Block to Item Crafting"=true
- # Allows the crafting of music discs from clay and gold. Disabled by default. [default: false]
- B:"Record Crafting"=false
- # Allows the crafting of saddles from leather, string and iron. [default: true]
- B:"Saddle Crafting."=false
- # Allows the crafting of sponge from wool, fish and prismarine. Disabled by default. [default: false]
- B:"Sponge Crafting."=true
- # Allows the crafting of string from wool. [default: true]
- B:"Wool to String Crafting."=true
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement