- JSON files are now merged recursively (possible to add, say, a portrait to a faction, a new fleet type, or a new starting ship - without conflicting with other mods that do the same)
How does this work? i have tried to add a new fleet type to a faction but it gives me this error:
4010 [Thread-6] ERROR com.fs.starfarer.combat.String - java.lang.RuntimeException: Spec of class [com.fs.starfarer.loading.return] with id [tritachyon] already exists
java.lang.RuntimeException: Spec of class [com.fs.starfarer.loading.return] with id [tritachyon] already exists
at com.fs.starfarer.loading.SpecStore.super(Unknown Source)
at com.fs.starfarer.loading.SpecStore.?0000(Unknown Source)
at com.fs.starfarer.loading.SpecStore.super(Unknown Source)
at com.fs.starfarer.loading.G.super(Unknown Source)
at com.fs.super.A.?0000(Unknown Source)
at com.fs.starfarer.combat.String.super(Unknown Source)
at com.fs.starfarer.StarfarerLauncher$2.run(Unknown Source)
at java.lang.Thread.run(Thread.java:619)