hannibal002 / SkyHanni

SkyHanni is a 1.8.9 Minecraft Mod for Hypixel SkyBlock.
https://discord.gg/skyhanni-997079228510117908
GNU Lesser General Public License v2.1
335 stars 195 forks source link

Fix: Itempickup log hay bale #2873

Open catgirlseraid opened 2 weeks ago

catgirlseraid commented 2 weeks ago

What

hay bale (wheat) is HAY_BLOCK but hay bale (furniture) gets HAY_BALE

when internal name gets resolved from the sack pickup message it incorrectly resolves to the wrong block. this fixes it for itempickup log for now until the internalname system is changed with the removal of neu. this fix works since there is no way for furniture to end up in the sack change message

Changelog Fixes

qtlunya commented 2 weeks ago

This bug also affects /gfs, so maybe it can be done somewhere in the code where it affects sacks in general?

I had an open PR for this but I need to get around to finishing it. I don't remember if my implementation fixed it for item pickup log.

github-actions[bot] commented 6 days ago

This pull request has conflicts with the base branch "beta". Please resolve those so we can test out your changes.