mirror of
https://github.com/GeyserMC/Rainbow.git
synced 2025-12-19 14:59:16 +00:00
Fix range dispatch predicate NPE
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
[](https://discord.gg/geysermc)
|
||||
|
||||
Rainbow is a client-side Minecraft mod for the Fabric modloader to generate Geyser item mappings and bedrock resourcepacks
|
||||
for use with Geyser's [custom item API (v2)](https://github.com/geyserMC/geyser/pull/5189). Rainbow is available for Minecraft 1.21.7 and 1.21.8.
|
||||
for use with Geyser's [custom item API (v2)](https://github.com/geyserMC/geyser/pull/5189). Rainbow is available for Minecraft 1.21.9 and 1.21.10.
|
||||
|
||||
Rainbow is currently experimental and capable of the following:
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@ public record GeyserRangeDispatchPredicate(Property property, float threshold, f
|
||||
|
||||
@Override
|
||||
public Type type() {
|
||||
return null;
|
||||
return Type.RANGE_DISPATCH;
|
||||
}
|
||||
|
||||
public interface Property {
|
||||
|
||||
Reference in New Issue
Block a user