You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kotlin seems to mark classes as final by default, it'd be nice for BlockEntityMediafiedStorage and its methods to be open so other addons can extend it to add their own mote holding blocks.
Although, it may be better to just make some MoteInventory interface if you wanted to formalize adding new mote holder blocks, but that might be more work than its worth.
The text was updated successfully, but these errors were encountered:
kotlin seems to mark classes as final by default, it'd be nice for
BlockEntityMediafiedStorage
and its methods to be open so other addons can extend it to add their own mote holding blocks.Although, it may be better to just make some MoteInventory interface if you wanted to formalize adding new mote holder blocks, but that might be more work than its worth.
The text was updated successfully, but these errors were encountered: