0
0
mirror of https://github.com/Minestom/Minestom.git synced 2024-11-23 10:26:24 +00:00
Minestom/demo
mworzala f71ab6d851
fix: change FireworkList.flightDuration from a byte to an int.
Mojang is somewhat inconsistent here. It is written over the wire as a var int, but the NBT type is a byte. DFU will coerce an int to a byte when reading so it is compatible to treat it as an int everywhere on our side.
2024-11-03 16:18:20 -05:00
..
src/main/java/net/minestom/demo fix: change FireworkList.flightDuration from a byte to an int. 2024-11-03 16:18:20 -05:00
build.gradle.kts hollow-cube/gradle-rework (#8) 2024-02-09 14:27:43 -05:00