Lorenz Wrobel
Lorenz Wrobel
Just thought I'd make this PR in case anyone is interested. Fixes some memory leaks which cause plugins to not be unloaded correctly. I have only tested this with paper...
### Description Look at screenshot, all motors counterclockwise with 16RPM (default motor placement)  +x and -z extends -x and +z retracts Works correctly if rotation input of piston is...
### Motivation Logging had some issues with blocking when a full line wasn't written in output. ### Modification Fixed those issues by implementing a custom readLine() which calls ready() before...
### What is your feature request? Seems this issue doesn't yet exist ### What do you think this change is of? - [ ] Visual - [ ] Recipe Lookup...
## Proposed changes Work in progress ChunkSystem. Mostly here right now so golden can stalk me and tell me how he doesn't like this because "this is really complicated i...
### Affected Version aa1700253652544887c18c33971d7b2ab4760881 ### Describe the bug The different types of [Holder](https://github.com/Minestom/Minestom/blob/aa1700253652544887c18c33971d7b2ab4760881/src/main/java/net/minestom/server/registry/Holder.java) do not support equals. This becomes a problem with things like `ItemStack#isSimilar`, which compares the `DataComponentMap`, and...
## Proposed changes Use try-finally to send AcknowledgeBlockChangePacket in all cases. ## Types of changes What types of changes does your code introduce to this project? _Put an `x` in...
## Proposed changes Add the ability for entities to be serialized. ## Types of changes What types of changes does your code introduce to this project? _Put an `x` in...
### Affected Version https://github.com/Minestom/Minestom/commit/87f6524aeb6ea4f9ce8eabad6c32170a300b894b (master) https://github.com/Minestom/Minestom/commit/e13a03a8313b6386d8811d289d845652fd6aac51 (1_21_4) ### Describe the bug The EntityTracker is currently leaking memory by keeping references by chunk index. With infinitely large world generation this will...
### Affected Version https://github.com/Minestom/Minestom/commit/32735340d723dd44733fe1941b138dfa4ecf6d3b ### Describe the bug Calling `InstanceContainer#loadChunk(int, int)` from two threads for the same chunk can cause a race condition. This race condition makes the chunk generate...