Added basic ground AI

This commit is contained in:
Anuken
2020-03-21 10:49:38 -04:00
parent d91ff744f2
commit d673167477
23 changed files with 211 additions and 71 deletions
+1 -1
View File
@@ -303,7 +303,7 @@ public class ContentParser{
},
ContentType.item, parser(ContentType.item, Item::new),
ContentType.liquid, parser(ContentType.liquid, Liquid::new),
ContentType.zone, parser(ContentType.zone, Zone::new)
ContentType.zone, parser(ContentType.zone, SectorPreset::new)
);
private String getString(JsonValue value, String key){