Use of Fabric API's internal API
Closed this issue ยท 1 comments
Mod loader
Fabric
Minecraft version
1.18
Patchouli version
1.18-60-FABRIC
Modloader version
Fabric Loader 0.12.11 + Fabric API QSL 0.44.0 (WIP)
Modpack info
https://www.curseforge.com/minecraft/modpacks/all-of-fabric-5
The latest.log file
Issue description
Patchouli is using unstable internals of Fabric API here:
This causes a lot of issues for Fabric API QSL, which is a reimplementation of Fabric API using QSL instead, but outside of this context it can also lead to unexpected breakage if normal Fabric API changes its internals.
TagFactory.BLOCK#create
should be used instead, the tag reference will still be auto-updating.
Steps to reproduce
No response
Other information
No response