This tutorial is set by the author's setting without permission.
betterbeginnings.fml
With 1.7.10 configuration file as a reference
=================
# Basic settings
General {
# Debug mode [default: false]
B: "Debug Logging" = False
# [Welcome [default: true]
B: "Greet User" = TRUE
# Better start block damage mechanism [default: true]
B: "MODULE -BLOCK BREAKING" = TRUE
# Whether to open the campfire synthesis table. [Default: true]
B: "MODULE -CAMPFIRE" = TRUE
# The original workbench is used to make some high -end items. [Default: true]
B: "Module -Force Advanced Crafting" = TRUE
# Whether to use a better start furnace mode (here it seems that some furnace sensor furnaces will be disabled)
# This will revert the vanilla furnace to the vanilla recipe. [Default: true]
B: "Module -Furnaces" = TRUE
# Whether to allow players to use the enchanting repair platform to repair items. [Default: true]
B: "MODULE -Infusion Repair" = TRUE
}
mobdrops {
# [. [Default: true]
B: "all bones" = true
# Whether to allow animals to die in the fire will drop roasted meat [default: true]
B: "Flaming Animals Drop Charred Meat" = TRUE
# The creatures except the skull can only fall into the bone in the peace mode [default: true]
B: "More Bones Only Works on Peaceful" = TRUE
# Whether to allow spiders to drop silk and clues at the same time. [Default: false]
B: "Spiders Drop String" = FALSE
}
OtherCrafting {
# Whether to enable the door, piston, box and other items, the advanced synthesis [default: true]
B: "Advanced Cracting for Lots of Things" = True
# Whether to allow clues and hemp ropes to replace the leather bar in the synthesis [default: true]
B: "Allow String and Twine As Tool Binding" = True
# Whether to allow arbitrary lines to make items such as trap boxes, mixing hooks, etc. [default: false]
B: "Any String for TRAPS" = FALSE
# Whether to make chain armor with iron particles [default: true]
B: "Enable Chain Armor" = True # Whether to add a synthetic formula of flame powder, thief pit [default: true]
B: "Netherless Blaze Powder Recipe" = TRUE
# Whether to remove the original food production method, use the oven to make [default: true]
B: "Remove Crafted Food Recipes" = TRUE
# Remove wooden tool synthesis [default: true]
B: "Remove Wooden Tool Recipes" = TRUE
# Whether to make diamond picks require flame powder [default: true]
B: "Require Blaze Powder for Diamond Pick" = True
}
SMELTING {
# Whether to allow camping fire to be fired as much as the oven [default: false]
B: "Allow Campfire to use all kiln recipes" = false
# Delete formulas that are usually fired by the original melting furnace [Default: TRUE]
B: "Disable Vanilla Smelting" = TRUE
#ONLY Remove Furnace Recipes for Vanilla items/Blocks. Requires 'Disable Vanilla Smelting'. [Default: true]
B: "Only Remove Smelting Recipes for Vanilla items" = TRUE
# Whether to cure the furnace furnace furnace and brick [default: false]
B: "SMELTER Can Make Kiln Products" = False
}
tweaks {
# Add ax -like item format modid: itemname = Tooltier
S: "Also axes" <
"
# Add the item format like a Hozi: MODID: Itemname = Tooltier (the four drill bit formulas I add to it, make an example)
S: "Also Pickaxes" <
IC2: ItemTooliridiumdrill = Tooltier
IC2: ItemToolDrill = Tooltier
Gravisuite: Advddrill = Tooltier
IC2: ItemToolDrill = Tooltier
"
# Add items that can be destroyed by hand. Format: MODID: BlockName
S: "AlwayS Breakable" <<
"
# Makes items that should be stackable (Minecarts, Potions, ETC.) stackable. [Default: true]
B: "Make Stuff Stackable" = TRUE
# Whether to disable the mechanism of injury injury of karate damage [default: false] b: "no damage on wrong block breaking" = false
}
worldgen {{
# Whether to allow marshmallow to be generated in a natural box [default: true]
B: "Generate Marshmallows" = false
}