jptrzy / trinkets-curios-theme-mod

With it Trinkets mod look like Curios mod.
GNU Lesser General Public License v3.0
3 stars 2 forks source link

[1.18/1.19] Inventorio Support #3

Closed ConqAra closed 2 years ago

ConqAra commented 2 years ago

This might actually be the way to have people see the inventorio inventory with trinkets by adding support for this mod! If support was made, this could fix the trinkets api issue with inventorio by having this mod instead! I've also posted this issue with the inventorio mod dev image

image

jptrzy commented 2 years ago

I will look into it.

jptrzy commented 2 years ago

For now, I can't do anything, because of this error, but after it is fixed I will work on it.

jptrzy commented 2 years ago

For now, it looks like I shouldn't do anything on my end.

In depth, Trinkets mod is applying most important things in PlayerScreenHandler, which Inventorio mod isn't inhering in InventorioScreen, but creating its own InventorioScreenHandler which isn't on its own based on PlayerScreenHandler.

Never, should I describe code with my own words.

Simple speaking, if I in my mod implement this (trinkets support for inventorio), it would be much bigger mess, then it is now.