Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
4ad23cf14e
1 changed files with 2 additions and 2 deletions
|
@ -87,8 +87,8 @@ public class SPConfig {
|
||||||
Server(ForgeConfigSpec.Builder builder) {
|
Server(ForgeConfigSpec.Builder builder) {
|
||||||
builder.push("createmodify");
|
builder.push("createmodify");
|
||||||
{
|
{
|
||||||
allowUnverifiedContraption = builder.comment("Set to false to automatically disassemble contraptions formed before this mod installed").define("allowUnverifiedContraption", false);
|
allowUnverifiedContraption = builder.comment("Set to false to automatically disassemble contraptions formed before this mod installed").define("allowUnverifiedContraption",true);
|
||||||
allowCartAssembler = builder.comment("Cart Assembler is not very \"Realistic\", so you can choose to disable its function").define("allowCartAssembler", false);
|
allowCartAssembler = builder.comment("Cart Assembler is not very \"Realistic\", so you can choose to disable it.").define("allowCartAssembler", true);
|
||||||
}
|
}
|
||||||
builder.pop();
|
builder.pop();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue