Justin Russo
Justin Russo
That is unfortunate... I've reported it to the dev. Also, you may want to update your Java version - its quite outdated.
You will want the latest version of Java 8. Java 9 or 10 is not supported by Forge.
Not sure if it's the way CraftTweaker's implementation of `ketSet` is or what, but the result is a mismatch of colors caused by the ordering being different than the original...
Something mentioned by Soaryn... he suggested storing the contents the same way something like an ender pouch does - store the UUID of the player and store the actual contents...
This isn't *just* caused by Quark though. For example, a player interface with a hopper extracting the backpack from the player inventory while the backpack is opened.
The Betweenlands interaction seems satisfactory... https://github.com/Angry-Pixel/The-Betweenlands/blob/b3fc6f38982be87f67bddd1042ef4986a631d3bd/src/main/java/thebetweenlands/common/inventory/container/ContainerPouch.java#L62-L91 In addition, after thinking about the global inventory concept... it would be quite a pain to implement especially without a Minecraft version change. This...