JSON Unit type requirements cache fix / Better FlyingAI flag targeting

This commit is contained in:
Anuken
2026-01-16 17:31:18 -05:00
parent d6495dda32
commit 4f9ea8b70d
8 changed files with 105 additions and 29 deletions

View File

@@ -616,6 +616,7 @@ public class ContentParser{
currentContent = unit;
read(() -> {
unit.beforeParse();
//add reconstructor type
if(value.has("requirements")){
JsonValue rec = value.remove("requirements");