ChristopherHaws / mc-text-utilities

Adds buttons to set the color and formatting of text
GNU Lesser General Public License v3.0
2 stars 3 forks source link

Fix issue with expanded storage chests not working with click-through [1.19.2] #62

Closed ChristopherHaws closed 1 year ago

ChristopherHaws commented 1 year ago

Expanded storage chest blocks do nothing server-side when calling onUse on the blocks. I removed the check for client side in our code which actually simplified our code.

See this issue for more info: https://gitlab.com/BucketOfCompasses/expanded-storage/-/issues/10