Ladysnake / Cardinal-Components-API

Component API to add external data to objects.
https://www.curseforge.com/minecraft/mc-mods/cardinal-components
MIT License
167 stars 37 forks source link

Package documentation references the removed BlockComponentProvider class #159

Closed haykam821 closed 1 year ago

haykam821 commented 1 year ago

The documentation for the dev.onyxstudios.cca.api.v3.block.util package doesn't seem right, since the BlockComponentProvider class no longer exists:

https://github.com/OnyxStudios/Cardinal-Components-API/blob/a7891cf786289b1ce8249ef6f26228520cb788df/cardinal-components-block/src/main/java/dev/onyxstudios/cca/api/v3/block/util/package-info.java#L23-L26

Pyrofab commented 1 year ago

Looks like the remainders of an old API I forgot to remove