mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-19 15:09:15 +00:00
Update ResolutionMergePackMcMeta.java
This commit is contained in:
@@ -242,6 +242,7 @@ public class ResolutionMergePackMcMeta implements Resolution {
|
||||
supportedFormats.addProperty("min_inclusive", min.major);
|
||||
supportedFormats.addProperty("max_inclusive", max.major);
|
||||
merged.add("supported_formats", supportedFormats);
|
||||
merged.addProperty("pack_format", min.major);
|
||||
// 新版格式支持
|
||||
JsonArray minFormat = new JsonArray();
|
||||
minFormat.add(min.major);
|
||||
|
||||
Reference in New Issue
Block a user