Implement Fabric transfer API support for Corporea
MattiDragon opened this issue ยท 5 comments
Mod Loader
Fabric
Minecraft Version
1.18.2
Botania version
1.18.2-434-FABRIC
Modloader version
Loader: 0.14.9 Api: 0.58.0+1.18.2
Modpack info
Extended Drawers 1.3.3+mc1.18.2
The latest.log file
Issue description
Corporea sparks can't be attached to blocks from extended drawers. I suspect it's because I exclusively use the fabric transfer api, but I can't confirm it as the corporea code really confuses me.
Steps to reproduce
- Set up a corporea network
- Place down a drawer
- Fail trying to connect the drawers
Other information
Originally reported here: MattiDragon/ExtendedDrawers#18
ah yeah, I haven't implemented corporea integration with the transfer api yet.
@williewillus is this something we want to do before 1.19 release?
Yeah. Last time I checked, the transfer API had some dumb stuff that throws if it's ever touched on the client (which Botania does sometimes), so you'd have to check if that's resolved yet.