Skip to content

Commit 3cfada7

Browse files
authored
fix: update orokin wand lore to 64 uses left (#7)
* fix: update orokin wand lore to 64 uses left * fix: update setup-java action
1 parent 9dfaa25 commit 3cfada7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4.1.1
1717

1818
- name: Set up JDK
19-
uses: actions/setup-java@v3.13.0
19+
uses: actions/setup-java@v4
2020
with:
2121
java-version: 17
2222
distribution: adopt

src/main/java/me/voper/slimeframe/implementation/SFrameStacks.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public static ItemStack createPotion(@Nonnull PotionType type) {
133133
"reinforced deepslates and ",
134134
"budding amethysts",
135135
"",
136-
Lore.usesLeft(32)
136+
Lore.usesLeft(64)
137137
);
138138

139139
public static final SlimefunItemStack PRIME_OROKIN_WAND = SFrameTheme.sfStackFromTheme(

0 commit comments

Comments
 (0)