Felix Scholz
Felix Scholz
Currently, there's no information who created the logo, how one should credit the creator and more. Please consider adding more information how to include appropriate attribution of the creator.
Ideas what to print when the help command is executed: - GoMint version - GoMint commit sha - Available commands
While refactoring the configuration POJOs I noticed that some of the configuration fields were poorly named. In addition to that the documentation of those configuration fields isn't always the most...
Java 10 introduced the `var` keyword for _lvalues_, which performs type inference based on the _rvalue_. It is definitely easier to read, less verbose, safes time and typing effort, etc....
# Platform - ISA: ARM64 - CPU: Apple M1 Pro - OS: Ventura 13.1 (22C65) - LLVM: 14.0.6_1 # Description When attempting to compile the samples, the compiler would spit...
The `onTouch` for `BlockHandler` implementations is fired inconsistently for many blocks. Some blocks fire `onTouch` for all block faces, some fire for all except the top block face and some...
I was playing around with the Minestom API and noticed that there is a weird item pickup cooldown that cannot be overwritten e.g. `entity.setItemPickupCooldown()`. What is the reason for the...