9
0
mirror of https://github.com/Xiao-MoMi/Custom-Crops.git synced 2025-12-22 16:39:36 +00:00
This commit is contained in:
Xiao-MoMi
2022-07-16 18:04:55 +08:00
parent 16a1aaf4f2
commit 79391c3b66

View File

@@ -149,7 +149,8 @@ public class ConfigReader {
}else {
referenceWorld = config.getStringList("config.whitelist-worlds").get(0);
}
}else {
}
//农作物生长的白名单世界
worlds = new ArrayList<>();
worldNames = config.getStringList("config.whitelist-worlds");
@@ -161,8 +162,6 @@ public class ConfigReader {
worlds.add(world);
}
});
}
//处理插件兼容性
integration = new ArrayList<>();
if(config.getBoolean("config.integration.Residence",false)){