Origins (Forge)

Origins (Forge)

7M Downloads

Clientnbts stored in the wrong place

TheKaratCake opened this issue ยท 8 comments

commented

I'm no expert on this but apparently in the fabric version certain nbts are stored in playerdata, not having that breaks just, so much and is making me do a lot extra work, please can you fix this

commented

What exactly do you mean by this?
If you're saying that ForgeCaps and cardinal_components should be the same, unfortunately that's something that shouldn't be fixed because we should be using standardised Forge things when possible to ensure compat, even if there is a minor difference.

commented

Well, my example is that the mod figura cannot communicate with origins on forge but can with origins on fabric due to where something is stored, some form of data, the quote from the person who was explaining this to me is as follows: "figura cannot access random data. The only reason this works is because official origins graciously puts all it's data into a common data area: player nbt"

commented

Yeah sorry I don't now what else to tell you other than it doesn't work with forge origins

commented

Well, my example is that the mod figura cannot communicate with origins on forge but can with origins on fabric due to where something is stored, some form of data, the quote from the person who was explaining this to me is as follows: "figura cannot access random data. The only reason this works is because official origins graciously puts all it's data into a common data area: player nbt"

Origins Forge should too. I don't have access to my pc atm, but search through the ForgeCaps nbt tag.
The location won't be changed because of loader differences, but, Origins are stored in player nbt here too.

commented

This should probably be written somewhere though

commented

Must be desync then. I think I understand this now.

commented

I hope so, can you make sure theres a 1.19.2 version with it fixed, that's really important for my like, everything

commented

/data get entity @s ForgeCaps
image

This screenshot is on 1.20.1, but it should be the same on 1.19.2.