David Mayr

Results 14 issues of David Mayr

Moved Accounts seem to be searchable without the domain and also show up as a normal account. I think a new page should show up, telling the user what that...

The NBT deserializer for the Tool Item Component uses "correctForDrops" while the deserializer uses "correct_for_drops" According to the [Minecraft Wiki](https://minecraft.wiki/w/Data_component_format#tool), the correct value name is "correct_for_drops"

It appears that the enum names for AttributeOperation need to be updated to match the names of Minecraft Java Edition 1.21. Currently, the AttributeOperation enum in Minestom has the following...

The NumberBinaryTag should have a simple way to get the java.lang.Number instance. Why? Having intValue(), floatValue() etc. is nice, however if you want to get the underlying number for further...