Ayfri / Kore

A Kotlin library to generate Datapacks for Minecraft Java.
https://kore.ayfri.com
GNU General Public License v3.0
79 stars 4 forks source link

Separate Argument interface into multiple files, investigate how that would be used. #28

Closed Ayfri closed 1 year ago

Ayfri commented 1 year ago

I'm not a fan of having un-prefixed types like just Block, BlockOrTag etc, it could lead to bad imports or misunderstanding of the library, maybe just adding the word Argument is a good idea. I will work on this when I'm decided.