Talia-12 / Hexal

Extension mod for Hex Casting to add new patterns (and whatever else I feel like).
MIT License
13 stars 20 forks source link

open some classes [API-ish Suggestion/Request] #112

Open SamsTheNerd opened 1 year ago

SamsTheNerd commented 1 year ago

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.