Origins (Forge)

Origins (Forge)

7M Downloads

[1.20.1] Default origin layer cannot be replaced by a custom origin

Reniel80 opened this issue ยท 2 comments

commented

Custom origin replace is set to true and order 0 and In game, at selection window... they are stilll appended to default ones.

commented

Could you send the datapack here for testing purposes?

commented

Incredibly strange. I can't seem to replicate this in my environment.

My guess is that the base origins have a chance of being loaded after your datapack. So my suggestion would be to plop a loading_priority onto it.

This'd look like

{
  "loading_priority": 1,
  "origins": [
    ...
  ],
  ...
}