Skip to content

Commit

Permalink
build: bump to 1.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
70CentsApple committed Aug 17, 2024
1 parent 06b9561 commit e46bfff
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ jobs:
formatted_version_name: "1.20.5(6)"
delay: 10

- game_version: "1.21"
target_game_versions: "1.21"
formatted_version_name: "1.21"
- game_version: "1.21.1"
target_game_versions: "1.21,1.21.1"
formatted_version_name: "1.21.x"
delay: 0
steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'maven-publish'
id 'fabric-loom' version '1.6-SNAPSHOT' apply false
id 'fabric-loom' version '1.7-SNAPSHOT' apply false

// https://github.com/ReplayMod/preprocessor
// https://github.com/Fallen-Breath/preprocessor
Expand All @@ -18,7 +18,7 @@ preprocess {
def mc12001 = createNode('1.20.1', 1_20_01, 'yarn')
def mc12004 = createNode('1.20.4', 1_20_04, 'yarn')
def mc12006 = createNode('1.20.6', 1_20_06, 'yarn')
def mc121 = createNode('1.21', 1_21_00, 'yarn')
def mc121 = createNode('1.21.1', 1_21_01, 'yarn')

mc116.link(mc117, null)
mc117.link(mc118, null)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
org.gradle.jvmargs=-Xmx4G
# Fabric Properties
# check these on https://fabricmc.net/develop
loader_version=0.15.11
loader_version=0.16.2
# Mod Properties
mod_id=chattools
mod_version=2.3.2
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.8-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
2 changes: 1 addition & 1 deletion settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"1.20.1",
"1.20.4",
"1.20.6",
"1.21"
"1.21.1"
]
}
9 changes: 9 additions & 0 deletions versions/1.21.1/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Fabric Properties
minecraft_version=1.21.1
yarn_mappings=1.21.1+build.3
# Fabric Mod Metadata
minecraft_dependency=1.21.x
# Dependencies
fabric_api_version=0.102.1+1.21.1
cloth_config_version=15.0.130
mod_menu_version=11.0.1
9 changes: 0 additions & 9 deletions versions/1.21/gradle.properties

This file was deleted.

2 changes: 1 addition & 1 deletion versions/mainProject
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.21
1.21.1

0 comments on commit e46bfff

Please sign in to comment.