Skip to content

Commit

Permalink
fix trinket property registration and bump to released trinkets build
Browse files Browse the repository at this point in the history
  • Loading branch information
gliscowo committed Aug 24, 2024
1 parent 01d86aa commit 58e749b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ archives_base_name=deathlog
fabric_version=0.100.1+1.21

# https://github.com/emilyploszaj/trinkets/releases
trinkets_version=3.10.0-wf.1
trinkets_version=3.10.0

# https://maven.ladysnake.org/#/releases/dev/onyxstudios/cardinal-components-api/cardinal-components-api/cardinal-components-base
cca_version=6.1.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public static class Type extends DeathInfoPropertyType<TrinketComponentProperty>
public static final Type INSTANCE = new Type();

private Type() {
super("deathlog.deathinfoproperty.trinket_component", Identifier.of("deathlog", "trinket_component"));
super("deathlog.deathinfoproperty.trinket_component", Identifier.of("deathlog", "trinkets"));
}

@Override
Expand Down

0 comments on commit 58e749b

Please sign in to comment.