default enable cart assembler

This commit is contained in:
khj xiaogu 2021-10-24 16:44:20 +08:00
parent b3a2316db9
commit 1347321f9b
No known key found for this signature in database
GPG key ID: DEA172814EAFF426

View file

@ -87,8 +87,8 @@ public class SPConfig {
Server(ForgeConfigSpec.Builder builder) {
builder.push("createmodify");
{
allowUnverifiedContraption = builder.comment("Set to false to automatically disassemble contraptions formed before this mod installed").define("allowUnverifiedContraption", false);
allowCartAssembler = builder.comment("Cart Assembler is not very \"Realistic\", so you can choose to disable its function").define("allowCartAssembler", 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 it.").define("allowCartAssembler", true);
}
builder.pop();
}