Skip to content

Commit

Permalink
1.21.2 stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
topi-banana committed Oct 22, 2024
1 parent 2476560 commit 6b36743
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 20 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ preprocess {
def mc1201 = createNode('1.20.1' , 1_20_01, 'yarn')
def mc1202 = createNode('1.20.2' , 1_20_02, 'yarn')
def mc1211 = createNode('1.21.1' , 1_21_01, 'yarn')
def mc1212 = createNode('1.21.2' , 1_21_02, 'yarn')
// def mcSnapshot = createNode('snapshot', 1_19_00, 'yarn')

// mc115.link(mc114, null)
Expand All @@ -29,6 +30,7 @@ preprocess {
mc1194.link(mc1201, null)
mc1201.link(mc1202, null)
mc1202.link(mc1211, null)
mc1211.link(mc1212, null)
// mc119.link(mcSnapshot, null)
}

Expand Down
3 changes: 2 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ def versions = Arrays.asList(
"1.19.4",
"1.20.1",
"1.20.2",
"1.21.1"
"1.21.1",
"1.21.2"
// "snapshot",
)
for (String version : versions) {
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion versions/1.21.1/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
yarn_mappings=1.21.1+build.3

# Fabric Mod Metadata
minecraft_dependency=1.21.x
minecraft_dependency=>=1.21 <=1.21.1
carpet_dependency=>=1.4.147

# Build Information
Expand Down
16 changes: 16 additions & 0 deletions versions/1.21.2/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Fabric Properties
# check these on https://fabricmc.net/versions.html?&version=1.19.4
minecraft_version=1.21.2
yarn_mappings=1.21.2+build.1

# Fabric Mod Metadata
minecraft_dependency=>=1.21.2
carpet_dependency=>=1.4.157

# Build Information
# The target mc versions for the mod during mod publishing, separated with \n
game_versions=1.21.2

# Dependencies
# fabric_api_version=0.75.3+1.19.4
carpet_version=1.21.2-pre3-1.4.157+v241014

0 comments on commit 6b36743

Please sign in to comment.