fix: fix workflows and en_us.json
Some checks failed
build / build (push) Failing after 3m16s

This commit is contained in:
2025-12-22 21:27:59 -06:00
parent 353b009938
commit 6c3ca2d12c
2 changed files with 12 additions and 1 deletions

View File

@@ -19,6 +19,15 @@ jobs:
with:
java-version: '21'
distribution: 'microsoft'
- name: setup gradle cache
uses: actions/cache@v4
with:
path: |
~/.gradle/caches
~/.gradle/wrapper
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*', '**/gradle-wrapper.properties') }}
restore-keys: |
${{ runner.os }}-gradle-
- name: make gradle wrapper executable
run: chmod +x ./gradlew
- name: build

View File

@@ -1,5 +1,7 @@
{
"enchantment.more_spear_enchants.thundering": "Thundering",
"enchantment.more_spear_enchants.withering": "Withering"
"enchantment.more_spear_enchants.withering": "Withering",
"enchantment.more_spear_enchants.leaching": "Leaching",
"enchantment.more_spear_enchants.poisoning": "Poisoning"
}