Merge remote-tracking branch 'origin/master'

This commit is contained in:
yuesha-yc 2021-10-24 02:26:24 -07:00
commit 4ad23cf14e
No known key found for this signature in database
GPG key ID: 009D79A802D4ED01

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();
}