Curios API (Forge/NeoForge)

Curios API (Forge/NeoForge)

140M Downloads

Datapack ordering between mods makes merging weird?

williewillus opened this issue ยท 1 comments

commented

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

commented

Oh, ignore me. I put the slot json in the curios namespace when it should be in the botania one