Skip to content

Commit

Permalink
131829122023
Browse files Browse the repository at this point in the history
  • Loading branch information
Hummel009 committed Dec 30, 2023
1 parent 855bbbf commit 3d37ece
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 1.20.4/src/main/java/legendarium/LI.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

@Mod("legendarium")
public class LI {
public static final String DISABLE_CURSEFORGE_DUPLICATE_NOTICE = "101129102023";
public static final String DISABLE_CURSEFORGE_DUPLICATE_NOTICE = "131829122023";

public static final LICommonProxy PROXY = DistExecutor.safeRunForDist(() -> LIClientProxy::new, () -> LICommonProxy::new);

Expand Down
2 changes: 1 addition & 1 deletion 1.20.4/src/main/resources/META-INF/mods.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ license = "Powered by Hummel009"

[[mods]]
modId = "legendarium"
version = "23.10.29"
version = "23.12.29"
displayName = "Legendary Item"
logoFile = "logo.png"
credits = "Hummel009"
Expand Down

0 comments on commit 3d37ece

Please sign in to comment.