Skip to content

Commit

Permalink
port CCA1.6.1 to MC1.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Crystal0404 committed Jul 15, 2024
1 parent 6b25ccf commit 62fe429
Show file tree
Hide file tree
Showing 13 changed files with 21 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,12 @@ plugins {

preprocess {
def mc1194 = createNode('1.19.4', 1_19_04, '')
def mc1201 = createNode('1.20.1', 1_20_01, '')
def mc1206 = createNode('1.20.6', 1_20_06, '')
def mc1210 = createNode('1.21.0', 1_21_00, '')

mc1194.link(mc1206, null)
mc1194.link(mc1201, null)
mc1201.link(mc1206, null)
mc1206.link(mc1210, null)
}

Expand Down
1 change: 1 addition & 0 deletions settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"versions": [
"1.19.4",
"1.20.1",
"1.20.6",
"1.21.0"
]
Expand Down
17 changes: 17 additions & 0 deletions versions/1.20.1/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Fabric Properties
# check these on https://fallen-breath.github.io/fabric-versions/?&version=1.19.4
minecraft_version=1.20.1
yarn_mappings=1.20.1+build.10

# Fabric Mod Metadata
minecraft_dependency=>=1.20 <=1.20.1

# Build Information
# The target mc versions for the mod during mod publishing, separated with \n
game_versions=1.20\n1.20.1

# dependencies
carpet_versions=1.4.112

# https://modrinth.com/mod/fabric-api
fabric_api=0.92.2+1.20.1

0 comments on commit 62fe429

Please sign in to comment.