Closed ghzdude closed 1 month ago
i'd like to search for usages for this method and see if they can use the new method without issue before this gets merged
searching through all usages of writeCustomData(int, Consumer<PacketBuffer>)
, i only found one that could safely use the new method. ready for review now ig.
What
adds an overload for
writeCustomData()
that only accepts an id without configuring the bufferImplementation Details
ideal for when all you need is the id to run logic without needing the buffer
Outcome
a simpler way of syncing to client