From 2a089bf5aa5304126c6a45257d0236a47c06d593 Mon Sep 17 00:00:00 2001 From: biubiukawa <1879759681@qq.com> Date: Sun, 25 Jan 2026 06:34:00 +0800 Subject: [PATCH] Update RegistryCustom.java Change "timelime" to "timeline". --- src/main/java/com/loohp/limbo/registry/RegistryCustom.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/loohp/limbo/registry/RegistryCustom.java b/src/main/java/com/loohp/limbo/registry/RegistryCustom.java index d8b837b..6d003b7 100644 --- a/src/main/java/com/loohp/limbo/registry/RegistryCustom.java +++ b/src/main/java/com/loohp/limbo/registry/RegistryCustom.java @@ -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");