Robert Kämpf

Results 1 issues of Robert Kämpf

[IBlockStateExtension#getBeaconColorMultiplier](https://github.com/neoforged/NeoForge/blob/1.20.x/src/main/java/net/neoforged/neoforge/common/extensions/IBlockStateExtension.java#L427-L428) and [IBlockExtension#getBeaconColorMultiplier](https://github.com/neoforged/NeoForge/blob/1.20.x/src/main/java/net/neoforged/neoforge/common/extensions/IBlockExtension.java#L533-L534) should both be `float @Nullable []`. The current annotation position says that they return a "non null array of nullable `float`s" instead of the wanted "nullable array...

triage
cleanup