mirror of
https://github.com/Xiao-MoMi/Custom-Crops.git
synced 2025-12-22 16:39:36 +00:00
hotfix
This commit is contained in:
@@ -149,7 +149,8 @@ public class ConfigReader {
|
|||||||
}else {
|
}else {
|
||||||
referenceWorld = config.getStringList("config.whitelist-worlds").get(0);
|
referenceWorld = config.getStringList("config.whitelist-worlds").get(0);
|
||||||
}
|
}
|
||||||
}else {
|
}
|
||||||
|
|
||||||
//农作物生长的白名单世界
|
//农作物生长的白名单世界
|
||||||
worlds = new ArrayList<>();
|
worlds = new ArrayList<>();
|
||||||
worldNames = config.getStringList("config.whitelist-worlds");
|
worldNames = config.getStringList("config.whitelist-worlds");
|
||||||
@@ -161,8 +162,6 @@ public class ConfigReader {
|
|||||||
worlds.add(world);
|
worlds.add(world);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
|
||||||
|
|
||||||
//处理插件兼容性
|
//处理插件兼容性
|
||||||
integration = new ArrayList<>();
|
integration = new ArrayList<>();
|
||||||
if(config.getBoolean("config.integration.Residence",false)){
|
if(config.getBoolean("config.integration.Residence",false)){
|
||||||
|
|||||||
Reference in New Issue
Block a user