This commit is contained in:
9
.github/workflows/build.yml
vendored
9
.github/workflows/build.yml
vendored
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user