Interactic

Interactic

3M Downloads

Wrapped jar does not produce desired outcome

Ultimushadow opened this issue ยท 1 comments

commented

Hey there, I wanted to add a Trinket slot and support for the Item Filter to function in that slot, I got it working launching the runClient but for whatever reason, trying to get the gradle to produce the proper jar file is eluding me. I haven't changed anything other than adding dependencies and the only class I needed to change was the Helper class (specifically I added in a check for the item in a Trinkets slot and pulled the stack from it if it was found). Somehow the jar comes out not loading any of the mixins, not including the owo-lib jar that's in the mod download on modrinth, and I even tried wrapping one with a fresh set of files from github (I didn't touch anything) with the same effect. If you (or anyone else) is interested in giving me a hand, I think I probably just fucked up the gradle somewhere along the way. Thanks!

commented

Yeah I done goofed, took another look at it after a break and realized I was trying to use the dev jar instead of the actual useful jar, game loaded and Trinkets slot worked out just fine - by the way, I do recommend adding Trinkets as a possibility, having a dedicated slot for an item that is designed to give you more control over what's in your inventory fits the theme quite well!