Mrln

Results 19 comments of Mrln

> Respectfully, do this shit now. > > Sincerely, The Wagon Man no u

The real issue isn't that the water disappears, it actually is never present on the server in the first place, since buckets are not implemented in Minestom by default. The...

Oh I didn't mean to start a review lol. Just comments

> > Oh I didn't mean to start a review lol. Just comments > > You want me to add comments to my code or you wanted to comment ?...

I have decided to add all block entities that affect the client's visuals. This is the full list of block entities in vanilla minecraft. Those ticked off will be implemented,...

Thanks so much for taking the time to write that all down :) just making sure: `BlockEntityData.kind` should be of type `BlockEntity` instead of `BlockEntityKind`, right?

another thing: Minestom doesn't handle block entities itself. The user can register a `BlockHandler` (iirc) and then decide what block entity data is sent to the client

> The block entity example is disconnecting the client. Fixed

> Currently working on a fix for the manual packet implementation issue. Yup, so I'm guessing we're gonna wait for that before merging?