Skip to content

Commit

Permalink
Update to 1.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel-Paul committed Oct 26, 2024
1 parent fb94f85 commit 062e2ab
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ name: Publish on GitHub, CurseForge & Modrinth
on: [ workflow_dispatch ]

env:
MINECRAFT_VERSION: 1.21.1
MINECRAFT_VERSION: 1.21.2
JAVA_VERSION: 21
VERSION: 1.0.1+1.21.1
RELEASE_NAME: Material Beacons 1.0.1 for Minecraft 1.21.1
VERSION: 1.0.1+1.21.2
RELEASE_NAME: Material Beacons 1.0.1 for Minecraft 1.21.2
MODRINTH_TOKEN: ${{ secrets.PUBLISH_MODRINTH_TOKEN }}
CURSEFORGE_TOKEN: ${{ secrets.PUBLISH_CURSEFORGE_TOKEN }}
GITHUB_TOKEN: ${{ secrets.PUBLISH_GITHUB_TOKEN }}
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## v1.0.1+1.21.2
- Update to Minecraft 1.21.2

## v1.0.1+1.21.1
- Update to Minecraft 1.21.1

Expand Down
4 changes: 2 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
## v1.0.1+1.21.1
- Update to Minecraft 1.21.1
## v1.0.1+1.21.2
- Update to Minecraft 1.21.2
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'fabric-loom' version '1.6-SNAPSHOT'
id 'fabric-loom' version '1.8-SNAPSHOT'
id 'maven-publish'
}

Expand Down
8 changes: 4 additions & 4 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ org.gradle.jvmargs=-Xmx1G

# Fabric Properties
# check these on https://fabricmc.net/develop
minecraft_version=1.21.1
yarn_mappings=1.21.1+build.3
minecraft_version=1.21.2
yarn_mappings=1.21.2+build.1
loader_version=0.16.7

# Mod Properties
mod_version = 1.0.1+1.21.1
mod_version = 1.0.1+1.21.2
maven_group = issame
archives_base_name = material-beacons

# Dependencies
fabric_version=0.106.0+1.21.1
fabric_version=0.106.1+1.21.2
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"depends": {
"fabricloader": ">=0.16.7",
"fabric-api": "*",
"minecraft": "1.21.1",
"minecraft": "1.21.2",
"java": ">=21"
}
}

0 comments on commit 062e2ab

Please sign in to comment.