NotAHero04 / inventory-mod

The next infinite inventory mod
MIT License
6 stars 3 forks source link

Some "funny" bugs (not reproducible) #2

Closed lluxia closed 10 months ago

lluxia commented 11 months ago

Hello, Some "fun" stuff I noticed running your mod client-side:

NotAHero04 commented 11 months ago

Thanks for your report! However, I wasn't able to recreate all of the issues you found in the latest beta2 build for 1.20. Try it here to see if any of your issues are resolved.

lluxia commented 11 months ago

With the beta2 build:

NotAHero04 commented 11 months ago

The issue with items taken from creative inventory should be fixed with this mixin, in fact this is copied from Stacc. I think there is a conflict with some other mods. Please attach your launcher log here.

lluxia commented 11 months ago

Considering my track record with downloading mods that catch my fancy for kicks and giggles, I won't be surprised if it is a mod conflict. The log can be found here.

NotAHero04 commented 11 months ago

This is getting weird. Here's my try with Item Scroller mod:

https://github.com/NotAHero04/inventory-mod/assets/84689840/bc3138d8-0876-4f8c-aa13-0a92d19c80ca

It does seem to work fine... While there's some issues about the holding stack getting de-synchronized when transferring to the chest, that's about it. I will update to you if something wrong happens.

NotAHero04 commented 11 months ago

Happy New Year, it's me again.

I just tried your set of mods, though on MC 1.20.1, and I can confirm that these things work on my side.

However, I was able to fix one bug while testing, which is the log spam. It was caused by my mod trying to parse empty strings from EMI.

lluxia commented 11 months ago

If I remember the release notes correctly, starting Minecraft Java 1.20.2 was incompatible with worlds generated using 1.20.1 and below hence 1.20.2 and 1.20.3/4 mods had to be rebuilt due to the internal changes made in the coding of the base game. There were a lot of code changes and a lot more commands added. So it could be from the fact I'm running 1.20.4.

NotAHero04 commented 11 months ago

After many desperate attempts (and some sleepless hours) to recreate all of your issues, I still fail badly (as always). This issues will temporarily be closed; however it's already pinned, so I can get back to it when I find something.

NotAHero04 commented 11 months ago

Hi, I have addressed some of my oversights in this build. Please check if any of your issues has been resolved. Thanks.