Skip to content

Commit

Permalink
fish
Browse files Browse the repository at this point in the history
  • Loading branch information
ArduFish committed Nov 17, 2024
1 parent 7d2b225 commit 99adc9e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ env:
1.21
1.21.1
JAVA_VERSION: 21
VERSION: 3.0.0.0+1.21.1
RELEASE_NAME: v3.0.0.0+1.21.1
VERSION: 4.0.0.0+1.21.1
RELEASE_NAME: v4.0.0.0+1.21.1
MODRINTH_TOKEN: ${{ secrets.RINTHMOD }}

permissions:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@

Now using Mojmaps!
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ org.gradle.parallel=true
# check these on https://fabricmc.net/develop
minecraft_version=1.21.1
yarn_mappings=1.21.1+build.3
loader_version=0.16.7
loader_version=0.16.9

# Mod Properties
mod_version=3.0.0.0+1.21.1
mod_version=4.0.0.0+1.21.1
maven_group=ro.fishmc
archives_base_name=fishmc
ranged_weapon_api_version=2.0.4+1.21.1
# Dependencies
fabric_version=0.106.0+1.21.1
fabric_version=0.108.0+1.21.1
yacl_version==3.5.0+1.21-fabric

0 comments on commit 99adc9e

Please sign in to comment.