mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-26 18:49:06 +00:00
Fixes
This commit is contained in:
@@ -140,7 +140,6 @@ public class SchemaBuilder {
|
||||
arr.put(o);
|
||||
arr.put(str);
|
||||
anyOf.put("anyOf", arr);
|
||||
anyOf.put("description", getDescription(c));
|
||||
|
||||
return anyOf;
|
||||
}
|
||||
@@ -584,6 +583,8 @@ public class SchemaBuilder {
|
||||
|
||||
arr.put(prop);
|
||||
arr.put(str);
|
||||
prop.put("description", d.toString("\n"));
|
||||
str.put("description", d.toString("\n"));
|
||||
anyOf.put("anyOf", arr);
|
||||
anyOf.put("description", d.toString("\n"));
|
||||
anyOf.put("!required", k.isAnnotationPresent(Required.class));
|
||||
|
||||
@@ -487,7 +487,7 @@ public class B {
|
||||
}
|
||||
|
||||
|
||||
public static String[] getBlockTypes() {
|
||||
public synchronized static String[] getBlockTypes() {
|
||||
KList<String> bt = new KList<>();
|
||||
|
||||
for (Material i : Material.values()) {
|
||||
|
||||
Reference in New Issue
Block a user