Fixed a few spelling mistakes in config

This commit is contained in:
Gig 2015-04-13 00:55:53 +01:00
parent 49474e741e
commit 2b0fd80def

View file

@ -133,19 +133,19 @@ public class ConfigTechReborn {
//Crafting
ExpensiveMacerator = config.get(CATEGORY_CRAFTING,
"Allow Expensive Macerator", true,
"Allow TechReborn to overrite the IC2 recipe for Macerator.")
"Allow TechReborn to overwrite the IC2 recipe for Macerator.")
.getBoolean(true);
ExpensiveDrill = config.get(CATEGORY_CRAFTING,
"Allow Expensive Drill", true,
"Allow TechReborn to overrite the IC2 recipe for Drill.")
"Allow TechReborn to overwrite the IC2 recipe for Drill.")
.getBoolean(true);
ExpensiveDiamondDrill = config.get(CATEGORY_CRAFTING,
"Allow Expensive DiamondDrill", true,
"Allow TechReborn to overrite the IC2 recipe for DiamondDrill.")
"Allow TechReborn to overwrite the IC2 recipe for DiamondDrill.")
.getBoolean(true);
ExpensiveSolar = config.get(CATEGORY_CRAFTING,
"Allow Expensive Solar pannels", true,
"Allow TechReborn to overrite the IC2 recipe for Solar pannels.")
"Allow Expensive Solar panels", true,
"Allow TechReborn to overwrite the IC2 recipe for Solar panels.")
.getBoolean(true);
if (config.hasChanged())