Skip to content

Commit

Permalink
create node 1.20.4
Browse files Browse the repository at this point in the history
mojang
  • Loading branch information
aria1th committed Dec 15, 2023
1 parent a80e099 commit 348e3ba
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@ preprocess {
def mc1194 = createNode('1.19.4', 1_19_04, 'yarn')
def mc1201 = createNode('1.20.1', 1_20_01, 'yarn')
def mc1202 = createNode('1.20.2', 1_20_02, 'yarn')
def mc1204 = createNode('1.20.4', 1_20_04, 'yarn')

// mapping difference map
// base 1194 -> 1193 -> 1192 ->1190-> 118 -> 117 -> 116
mc1202.link(mc1201, file('versions/mapping-1.20.2-1.20.1.txt'))
mc1201.link(mc1194, file('versions/mapping-1.20.1-1.19.4.txt'))
mc1204.link(mc1202, file('versions/mapping-1.20.4-1.20.2.txt'))
//mc1194.link(mc1193, file('versions/mapping-1.19.4-1.19.3.txt'))
//mc1193.link(mc1192, file('versions/mapping-1.19.3-1.19.2.txt'))
//mc1192.link(mc1190, file('versions/mapping-1.19.2-1.19.0.txt'))
Expand Down
3 changes: 2 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ def versions = Arrays.asList(
//"1.19.3",
"1.19.4",
"1.20.1",
"1.20.2"
"1.20.2",
"1.20.4"
)

for (String version : versions) {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/fabric.mod.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],

"depends": {
"fabricloader": ">=0.14.3",
"fabricloader": ">=0.15.1",
"fabric": "*",
"minecraft": "${minecraft_dependency}",
"litematica": "*"
Expand Down
13 changes: 13 additions & 0 deletions versions/1.20.4/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Fabric Properties
# check these on https://fabricmc.net/use
minecraft_version=1.20.4
yarn_mappings=1.20.4+build.1
fabricapi_version=0.91.2+1.20.4
minecraft_version_out =1.20.4

# Mod Properties
malilib_projectid=303119
malilib_fileid=4946328
litematica_fileid=4946471
litematica_projectid=308892
essentialclient_filename=essential-client-1.20.1-1.3.6.jar
Empty file.

0 comments on commit 348e3ba

Please sign in to comment.