FabricBlockEntityTypeBuilder should be backported
See original GitHub issueThe 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.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Quilted Fabric API (QFAPI) / Quilt Standard Libraries (QSL)
Provides Fabric API 0.58.0. Fix dependencies, fix dedicated server registry sync, bump version. (LambdAurora); Backport CurseForge buildscript changes.
Read more >Need Help with FabricBlockEntityTypeBuilder! : r/fabricmc
The factory is actually an Interface that has a method that will return a BlockEntity instance. DemoBlockEntity::new pasess the constructor as ...
Read more >Fabric API更新日志- MC百科|最大的Minecraft中文MOD百科
Backport fixes to resource loader and biome API (#2321) (apple502j) ... Add methods to the FabricBlockEntityTypeBuilder class for adding additional blocks ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
Block entities theoretically can be made compatible between 1.16 and 1.17 using mixin. This is the only roadblock I have.