FabricBlockEntityTypeBuilder should be backported
haykam821 opened this issue ยท 5 comments
The FabricBlockEntityTypeBuilder
class is useful for modding on 1.17, but isn't available on 1.16. For mods that are attempting to have compatibility with both, a backport would be useful.
I dont think this will help with compatibilty between the two versions, sure it would make this specific thing compatible, but then its going to break down right when you hit the vanilla BE changes.
If this API is expanded to do something else for what ever reason and that also fits into 1.16 then yes it could be backported.
Block entities theoretically can be made compatible between 1.16 and 1.17 using mixin. This is the only roadblock I have.
Sounds like a bad idea to me, if your doing that surely you can just make a wrapper around this api with the 1.16 and 1.17 apis.
I'm not sold, where do we stop? Do we implement tag support for mineable blocks so that 1.16 modders can use them?