WanionCane / UniDict

a mod about unifying all the things.
https://www.curseforge.com/minecraft/mc-mods/unidict
Mozilla Public License 2.0
38 stars 16 forks source link

bug with Item Stage and Recipe Stages #199

Closed Gandalf360one closed 3 years ago

Gandalf360one commented 3 years ago

Describe the bug When I use this (A) to register the items form one mod (used immersive engineering) and this (B) to register the items from the second mod (used advanced rocketry). When the first come before the second at the "ownerOfEveryThing" option the first one wont get set and the second will replace the first. BUT when only A or B will be used it work without any problems.

In Singelplayer it does not matter if A and B get used but at a server (Multplayer) it does not work and I have to use A and B

Script with A and B https://pastebin.com/ckDRMeTP

To Reproduce

  1. Download: Crafttweaker, Itemstages, Recipe Stages, Unidict (used immersive engineering and advanced rocketry because I had this problem in my personal modpack)
  2. Try the things with the scripts like described above.

Expected behavior When a mod is set first it should not matter if it use the A or B variant

Sorry if it is a bit complicated