Datapack ordering between mods makes merging weird?
williewillus opened this issue ยท 1 comments
Versions (Be specific, do not write "latest"):
- Curios: 5.4.2 on 1.20.1
- Forge/Fabric: 47.2.0
Observed Behavior:
In Botania, I want to add a ring slot so that players have two, instead of the default of one.
If I add /data/curios/curios/slots/ring.json
to Botania's resources with operation ADD and size 1, the number of ring slots does not increase in a dev environment, it's still 1. This might be because botania is loaded before curios? Not sure how the datapack scanning is done.
Expected Behavior:
There are two ring slots.
Reproducible by checking out VazkiiMods/Botania@1843e3d and launching Forge: ./gradlew :Forge:runClient