BVengo / simple-shulker-preview

A minecraft fabric mod that displays a configurable icon indicating the contents of a shulker box, as well as a capacity bar.
GNU Lesser General Public License v3.0
8 stars 8 forks source link

Refactor out unnecessary ShulkerBoxBlockEntityMixin #23

Closed Meshiest closed 1 year ago

Meshiest commented 1 year ago

In my last PR #22 the existence of ShulkerBoxBlockEntity.size() eluded me. This PR replaces the unnecessary mixin with the proper way to access the inventory size.

BVengo commented 1 year ago

Thanks 😁 I should have double checked that one.