Pokechu22 / Burger

A simple tool for picking out information from the minecraft JARs, primarily useful for developers.
https://b.wiki.vg
MIT License
83 stars 14 forks source link

Nonsense max_stack_size #28

Open nickelpro opened 3 years ago

nickelpro commented 3 years ago

We report a max_stack_size of 64 for most equipment items on a bunch of versions. This issue is mostly a reminder to myself to investigate the issue when I'm re-implementing that topping for Lawu 3.0

nickelpro commented 3 years ago

Ahh, it's a pre-flattening issue, and we just default to 64 if we can't figure out the stacksize. Not sure this is fixable but still worth investigating