Mekanism

Mekanism

111M Downloads

[1.11.2] UUID conversion

tomelfring opened this issue ยท 6 comments

commented

(Opening an issue for visibility)

There is an issue with your UUID commit.
I don't know exactly what happend, but my guess is an hover over an fluidtank.
Log: https://gist.github.com/thommy101/ea43c6df2fd4bba594664057a5c8ecbc

Playing on an old 1.11 world.

--Edit--
Shift hover over an fluidtank in my inventory triggered this bug.

commented

Ah, looks like merely a conversion issue. Not worried as I consider 1.11 to be a hard update.

commented

In my pull request was a little part about an username to uuid conversion which only runs once. Maybe an idea to use it?

commented

I also think here are some issues with nbt tag conversions. There seems to be changes to the tag to get, but the check if those tags exists are not changed.

https://github.com/aidancbrady/Mekanism/blob/1.11/src/main/java/mekanism/common/tile/component/TileComponentSecurity.java#L156

commented

I also am having issue with NBT tags on 1.11.2. The mod LevelUp sets a no place nbt tag on ores which makes them not process in mek machines. Didn't know if I should open a new issue since it was mentioned here...

commented

This issue is specific about the owner NBT tag which has changed in one of the latest commits.
The issue you're describing is already reported at #4267.

commented

All done!