File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/org/spongepowered/api Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,10 +62,10 @@ private WolfVariants() {
62
62
}
63
63
64
64
public static Registry <WolfVariant > registry (final ServerWorld world ) {
65
- return world .registry (RegistryTypes .WOLF_VAIRANT );
65
+ return world .registry (RegistryTypes .WOLF_VARIANT );
66
66
}
67
67
68
68
private static RegistryReference <WolfVariant > key (final ResourceKey location ) {
69
- return RegistryKey .of (RegistryTypes .WOLF_VAIRANT , location ).asReference ();
69
+ return RegistryKey .of (RegistryTypes .WOLF_VARIANT , location ).asReference ();
70
70
}
71
71
}
Original file line number Diff line number Diff line change @@ -525,7 +525,7 @@ public final class RegistryTypes {
525
525
526
526
public static final DefaultedRegistryType <WeatherType > WEATHER_TYPE = RegistryTypes .spongeKeyInGame ("weather_type" );
527
527
528
- public static final DefaultedRegistryType <WolfVariant > WOLF_VAIRANT = RegistryTypes .minecraftKeyInServer ("wolf_vairant " );
528
+ public static final DefaultedRegistryType <WolfVariant > WOLF_VARIANT = RegistryTypes .minecraftKeyInServer ("wolf_variant " );
529
529
530
530
public static final DefaultedRegistryType <WorldArchetypeType > WORLD_ARCHETYPE_TYPE = RegistryTypes .minecraftKeyInServer ("dimension" );
531
531
You can’t perform that action at this time.
0 commit comments