Skip to content

Commit

Permalink
update dependances and update to 1.21.1 (#49)
Browse files Browse the repository at this point in the history
* Update gradle.properties

* Update build.yml

* Update gradle.properties

* Update gradle.properties
  • Loading branch information
keganpowers34 authored Oct 13, 2024
1 parent 7844281 commit 660ab57
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: ./gradlew build
- name: capture build artifacts
if: ${{ runner.os == 'Linux' && matrix.java == '21' }} # Only upload artifacts built from latest java on one OS
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: Artifacts
path: build/libs/
path: build/libs/
20 changes: 10 additions & 10 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ org.gradle.jvmargs=-Xmx2G

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21
yarn_mappings=1.21+build.1
loader_version=0.15.11
#Fabric api
fabric_version=0.99.5+1.21
minecraft_version=1.21.1
yarn_mappings=1.21.1+build.3
loader_version=0.16.7
# Fabric API
fabric_version=0.105.0+1.21.1

# Mod Properties
mod_version = 2.0.0
mod_version = 2.0.1
owners = Ladysnake
maven_group = org.ladysnake
archives_base_name = satin
Expand All @@ -19,16 +19,16 @@ archives_base_name = satin
findbugs_version = 3.0.2
jb_annotations_version = 18.0.0
apiguardian_version = 1.0.0
modmenu_version = 11.0.0-beta.1
iris_version = 1.7.1+1.21
modmenu_version = 11.0.2
iris_version = 1.8.0-beta.4+1.21-fabric

#Publishing
display_name = Satin
license_header = LGPL
gpl_version = 3
curseforge_id = 385463
curseforge_versions = 1.21
modrinth_versions = 1.21
curseforge_versions = 1.21.1
modrinth_versions = 1.21.1
cf_requirements = fabric-api
modrinth_id = fRbqPLg4
release_type = release

0 comments on commit 660ab57

Please sign in to comment.