Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Baka4n update #120

Merged
merged 2 commits into from
Mar 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: wild_wind-${{steps.version.outputs.value}}-${{github.sha}}.jar
path: build/libs/wild_wind-${{steps.version.outputs.value}}-${{github.sha}}.jar
path: build/libs/wild_wind-${{steps.version.outputs.value}}.jar
repo-token: ${{ secrets.ACTION_TOKEN }}
18 changes: 18 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:
## set env
git_sha: ${{github.sha}}


jobs:
build:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -54,3 +55,20 @@ jobs:
modrinth-id: HToE46NN
modrinth-featured: true
modrinth-token: ${{ secrets.MODRINTH_TOKEN }}
loaders: |
neoforge
game-versions: |
[1.21.1,)
java: |
21
files: |
build/libs/wild_wind-${{steps.version.outputs.value}}.jar
name: Wild-Wind ${{steps.version.outputs.value}} for Minecraft 1.21.X
version: ${{steps.version.outputs.value}}
version-type: release
changelog-file: CHANGELOG.*
game-version-filter: none
dependencies: |
retry-attempts: 2
retry-delay: 10000
fail-mode: fail
6 changes: 6 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
2025/3/6
Textures and I18n bug fixes
Replace the trunk of the rhododendron tree with azalea wood
Sculk jaw texture and block model.
2025/3/10
Fixed incorrect name translations, added salt ore generation and recipes.
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/multi-set-neoforge.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tasks.named('wrapper', Wrapper).configure {



version = mod_version + "-" + System.getenv("git_sha")
version = mod_version
group = mod_group_id

def mvns = new ArrayList<Mvn>()
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mod_id=wild_wind
# The human-readable display name for the mod.
mod_name=Wild Wind Mod
mod_license=LGPL-2.1
mod_version=1.0.0
mod_version=1.0.1
mod_group_id=org.polaris2023.wild_wind
mod_authors=wdog5734,baka4n,Viola-Siemens
mod_description=Example mod description.\n\
Expand Down
Loading