Skip to content

Commit

Permalink
Fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
skniro committed Feb 5, 2025
1 parent a9029ec commit b44bd17
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: gradle/wrapper-validation-action@v1
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 21
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.gradle/caches
Expand All @@ -31,7 +31,7 @@ jobs:
run: |
chmod +x ./gradlew
./gradlew build
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: Artifacts
path: build/libs/
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"type": "botanypots:crop",
"seed": {
"item": "growable_ores:c_brass_ingot_cane"
"item": "growable_ores:c_andesite_alloy_cane"
},
"categories": [
"sand",
Expand All @@ -38,17 +38,17 @@
"growthTicks": 1200,
"display": [
{
"block": "growable_ores:c_brass_ingot_cane"
"block": "growable_ores:c_andesite_alloy_cane"
},
{
"block": "growable_ores:c_brass_ingot_cane"
"block": "growable_ores:c_andesite_alloy_cane"
}
],
"drops": [
{
"chance": 1.00,
"output": {
"item": "growable_ores:c_brass_ingot_cane"
"item": "growable_ores:c_andesite_alloy_cane"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"type": "botanypots:crop",
"seed": {
"item": "growable_ores:c_brass_ingot_cane"
"item": "growable_ores:c_andesite_alloy_cane"
},
"categories": [
"sand",
Expand All @@ -38,17 +38,17 @@
"growthTicks": 1200,
"display": [
{
"block": "growable_ores:c_brass_ingot_cane"
"block": "growable_ores:c_andesite_alloy_cane"
},
{
"block": "growable_ores:c_brass_ingot_cane"
"block": "growable_ores:c_andesite_alloy_cane"
}
],
"drops": [
{
"chance": 1.00,
"output": {
"item": "growable_ores:c_brass_ingot_cane"
"item": "growable_ores:c_andesite_alloy_cane"
}
}
]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
],
"type": "botanypots:crop",
"seed": {
"item": "growable_ores:c_brass_ingot_cane"
"item": "growable_ores:c_andesite_alloy_cane"
},
"categories": [
"sand",
Expand All @@ -38,17 +38,17 @@
"growthTicks": 1200,
"display": [
{
"block": "growable_ores:c_brass_ingot_cane"
"block": "growable_ores:c_andesite_alloy_cane"
},
{
"block": "growable_ores:c_brass_ingot_cane"
"block": "growable_ores:c_andesite_alloy_cane"
}
],
"drops": [
{
"chance": 1.00,
"output": {
"item": "growable_ores:c_brass_ingot_cane"
"item": "growable_ores:c_andesite_alloy_cane"
}
}
]
Expand Down

0 comments on commit b44bd17

Please sign in to comment.