[bug] Chest reports 1billion getItemLimit in modded environment
MasonGulu opened this issue · 9 comments
Useful information to include:
- Minecraft version: 1.19
- CC: Restitched version: 1.101.0
- Logs: These will be located in the
logs/
directory of your Minecraft instance. Please upload them as a gist or directly into this editor. N/A - Please send
latest.log
AND the appropriate crashlog, N/A - Detailed reproduction steps: sometimes I can spot a bug pretty easily, but often it's much more obscure. The more information I have to help reproduce it, the quicker it'll get fixed.
Calling getItemLimit on a vanilla chest results in 1000000000 returned. From the documentation I'd expect 64
.
can you also show the output of `a.list()`?
and are you playing with any other mods?
—Merith
…On Wed, Jul 27, 2022 at 7:47 PM MasonGulu ***@***.***> wrote:
Useful information to include:
- Minecraft version: 1.19
- CC: Restitched version: 1.101.0
- Logs: These will be located in the logs/ directory of your Minecraft
instance. Please upload them as a gist or directly into this editor. N/A
- Please send latest.log AND the appropriate crashlog, N/A
- Detailed reproduction steps: sometimes I can spot a bug pretty
easily, but often it's much more obscure. The more information I have to
help reproduce it, the quicker it'll get fixed.
Calling getItemLimit on a vanilla chest results in 1000000000 returned.
From the documentation I'd expect 64
[image: Screenshot_20220727_224604]
<https://user-images.githubusercontent.com/70228812/181409150-0da7f034-04da-455f-be3b-1cbccdc19ed3.png>
.
—
Reply to this email directly, view it on GitHub
<#120>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACPQOXSJSEQPTANIRRU76VDVWHYCTANCNFSM543UY33Q>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
No worries! its always an good idea to test both, so then we can narrow down which mods cause problems! so we can figure out why that problem came to be, and fix it!
https://pastebin.com/cC424nyp
Here's the modlist, it's quite extensive. I think it might be caused by the Reinforced series (Reinforced Barrels, Chests, and Shulkers). I'm going to test with just those mods and report my findings
Hmm, I've just tested this with the Reinforced Series alone, and it reports the proper size. I'm not sure what other mods could be causing it.