mirror of https://github.com/LOOHP/Limbo.git
Update RegistryCustom.java
Change "timelime" to "timeline".
This commit is contained in:
parent
ad284544e5
commit
2a089bf5aa
|
|
@ -51,7 +51,7 @@ public class RegistryCustom {
|
||||||
public static final RegistryCustom FROG_VARIANT = register("frog_variant");
|
public static final RegistryCustom FROG_VARIANT = register("frog_variant");
|
||||||
public static final RegistryCustom PAINTING_VARIANT = register("painting_variant");
|
public static final RegistryCustom PAINTING_VARIANT = register("painting_variant");
|
||||||
public static final RegistryCustom PIG_VARIANT = register("pig_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_SOUND_VARIANT = register("wolf_sound_variant");
|
||||||
public static final RegistryCustom WOLF_VARIANT = register("wolf_variant");
|
public static final RegistryCustom WOLF_VARIANT = register("wolf_variant");
|
||||||
public static final RegistryCustom WORLDGEN_BIOME = register("worldgen/biome");
|
public static final RegistryCustom WORLDGEN_BIOME = register("worldgen/biome");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue