Merge pull request #105 from biubiukawa/master

Fix typo causing login failure for 1.16-1.20 clients (Vialimbo)
This commit is contained in:
LOOHP 2026-01-24 22:50:06 +00:00 committed by GitHub
commit 0c625a2592
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public class RegistryCustom {
public static final RegistryCustom FROG_VARIANT = register("frog_variant");
public static final RegistryCustom PAINTING_VARIANT = register("painting_variant");
public static final RegistryCustom PIG_VARIANT = register("pig_variant");
public static final RegistryCustom TIMELINE = register("timelime");
public static final RegistryCustom TIMELINE = register("timeline");
public static final RegistryCustom WOLF_SOUND_VARIANT = register("wolf_sound_variant");
public static final RegistryCustom WOLF_VARIANT = register("wolf_variant");
public static final RegistryCustom WORLDGEN_BIOME = register("worldgen/biome");