Origins (Fabric)

Origins (Fabric)

15M Downloads

The Bumblezone compat with Origins

TelepathicGrunt opened this issue ยท 0 comments

commented

Hello! I am the developer of The Bumblezone mod and I found out that Origin's Enderpearls hitting Bee Nest blocks does not teleport the player to my dimension. Turns out, Origins has their own ender pearl entity which means my mixin into the vanilla Enderpearl entity fails for your mod. I'm not sure what the best way to do compat between our mods besides me attempting a mixin into your pearl entity. An idea is you could do optional dep on my mod and call my mod's PlayerTeleportation.runEnderpearlImpact method and skip your teleporting if it returns true. What are your thought's on this? I am hesitant to mixin into your mod because if you decide later to do a refactor, it'll crash the mixin. My mod has a maven too that you can add to dev environment (info on that is in the readme on my github page)

https://www.curseforge.com/minecraft/mc-mods/the-bumblezone-fabric

https://www.curseforge.com/minecraft/mc-mods/origins