Closed Edrow-6 closed 2 years ago
hey Edrow-6, this looks pretty good even tho the mod Inventorio looks pretty odd in my opinion. Not sure why you are using assertions, feels kinda weird but except of the Inventorio mentioning at the readme it is dope.
I feel like if inventorio compat is mentioned, other compatibilities should be mentioned too but since I don't do that, I'm against it
Hi, i use assertions because this.client and this.client.player may produce "NullPointerException". ex:
I removed the mention in the readme :D
Thanks :) Never saw assertions to be honest^^
Houston Houston we got a problem.
If inventorio isn't loaded outside of dev env, the game will crash due to a class not found error:
java.lang.NoClassDefFoundError: me/lizardofoz/inventorio/client/ui/InventorioScreen
https://github.com/Globox1997/LevelZ/blob/1.18/src/main/java/net/levelz/gui/LevelzScreen.java#L84
Update 1.3.2
Added Inventorio Compatibility (with button fallback corresponding to inventory type "default" and "inventorio")
Added a config to toggle inventory button (toggle in both gui)
Added missing comment in config file
Fix typo and update Readme