Skip to content

Commit 58e749b

Browse files
committed
fix trinket property registration and bump to released trinkets build
1 parent 01d86aa commit 58e749b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ archives_base_name=deathlog
1414
fabric_version=0.100.1+1.21
1515

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

1919
# https://maven.ladysnake.org/#/releases/dev/onyxstudios/cardinal-components-api/cardinal-components-api/cardinal-components-base
2020
cca_version=6.1.0

src/main/java/com/glisco/deathlog/death_info/properties/TrinketComponentProperty.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ public static class Type extends DeathInfoPropertyType<TrinketComponentProperty>
7878
public static final Type INSTANCE = new Type();
7979

8080
private Type() {
81-
super("deathlog.deathinfoproperty.trinket_component", Identifier.of("deathlog", "trinket_component"));
81+
super("deathlog.deathinfoproperty.trinket_component", Identifier.of("deathlog", "trinkets"));
8282
}
8383

8484
@Override

0 commit comments

Comments
 (0)