CreativeCore icon indicating copy to clipboard operation
CreativeCore copied to clipboard

Missing methods and inconsistent calls on Fabric networking

Open SrRapero720 opened this issue 1 year ago • 0 comments

Example 1: CreativeNetwork#sendToClient(CreativePacket, Level, BlockPos); and its variants aren't available on Fabric version of CreativeCore

Example 2: Type registration is inconsistent, it calls methods like CreativePacket#executeServer directly instead of run CreativePacket properly On my implementation i made my custom methods for networking doing the common class casting and then calling my custom methods, making the default CC methods no-op throwing an exception

Again, working on forge, not on fabric, because type register adds the consumer calling sided execute methods directly image

SrRapero720 avatar Jul 12 '24 22:07 SrRapero720