-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ca5ad17
commit 49cb284
Showing
16 changed files
with
71 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1 @@ | ||
[ | ||
{ | ||
"subproject_dir": "1.18.2" | ||
}, | ||
{ | ||
"subproject_dir": "1.19.4" | ||
}, | ||
{ | ||
"subproject_dir": "1.20.1" | ||
} | ||
] | ||
[ "1.16.5", "1.17.1", "1.18.2", "1.19.4", "1.20.1", "1.20.2", "1.20.3", "1.20.4" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,26 @@ | ||
plugins { | ||
id 'fabric-loom' version '1.4-SNAPSHOT' apply false | ||
id 'maven-publish' | ||
id 'com.replaymod.preprocess' version 'SNAPSHOT' | ||
id "fabric-loom" version "1.4-SNAPSHOT" apply false | ||
id "maven-publish" | ||
id "com.replaymod.preprocess" version "SNAPSHOT" | ||
} | ||
|
||
preprocess { | ||
def mc118 = createNode('1.18.2', 1_18_02, 'yarn') | ||
def mc119 = 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 mc1203 = createNode("1.20.3", 1_20_03, 'yarn') | ||
def mc1204 = createNode("1.20.4", 1_20_04, 'yarn') | ||
def mc116 = createNode("1.16.5", 1_16_05, "yarn") | ||
def mc117 = createNode("1.17.1", 1_17_01, "yarn") | ||
def mc118 = createNode("1.18.2", 1_18_02, "yarn") | ||
def mc119 = createNode("1.19.4", 1_19_04, "yarn") | ||
def mc1200 = createNode("1.20", 1_20_00, "yarn") | ||
def mc1201 = createNode("1.20.1", 1_20_01, "yarn") | ||
def mc1202 = createNode("1.20.2", 1_20_02, "yarn") | ||
def mc1203 = createNode("1.20.3", 1_20_03, "yarn") | ||
def mc1204 = createNode("1.20.4", 1_20_04, "yarn") | ||
|
||
mc118.link(mc119, file('versions/mapping-1.18-1.19.txt')) | ||
mc119.link(mc1201, file('versions/mapping-1.19-1.20.txt')) | ||
mc1201.link(mc1202, file('versions/mapping-1.19-1.20.txt')) | ||
mc1202.link(mc1203, file('versions/mapping-1.19-1.20.txt')) | ||
mc1203.link(mc1204, file('versions/mapping-1.19-1.20.txt')) | ||
mc116.link(mc117, file("versions/mapping-1.16-1.17.txt")) | ||
mc117.link(mc118, file("versions/mapping-1.17-1.18.txt")) | ||
mc118.link(mc119, file("versions/mapping-1.18-1.19.txt")) | ||
mc119.link(mc1200, file("versions/mapping-1.19-1.20.txt")) | ||
mc1200.link(mc1201, file("versions/mapping-1.19-1.20.txt")) | ||
mc1201.link(mc1202, file("versions/mapping-1.19-1.20.txt")) | ||
mc1202.link(mc1203, file("versions/mapping-1.19-1.20.txt")) | ||
mc1203.link(mc1204, file("versions/mapping-1.19-1.20.txt")) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
minecraft_version=1.16.5 | ||
yarn_mappings=1.16.5+build.10 | ||
fabric_version=0.42.0+1.16 | ||
game_versions = 1.16.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
accessWidener v2 named | ||
|
||
accessible method net/minecraft/server/MinecraftServer runServer ()V | ||
accessible field net/minecraft/server/MinecraftServer stopped Z | ||
accessible field net/minecraft/server/MinecraftServer running Z | ||
accessible field net/minecraft/client/MinecraftClient toastManager Lnet/minecraft/client/toast/ToastManager; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
minecraft_version=1.17.1 | ||
yarn_mappings=1.17.1+build.65 | ||
fabric_version=0.46.1+1.17 | ||
game_versions = 1.17.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
accessWidener v2 named | ||
|
||
accessible method net/minecraft/server/MinecraftServer runServer ()V | ||
accessible field net/minecraft/server/MinecraftServer stopped Z | ||
accessible field net/minecraft/server/MinecraftServer running Z | ||
accessible field net/minecraft/client/MinecraftClient toastManager Lnet/minecraft/client/toast/ToastManager; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
minecraft_version=1.20 | ||
yarn_mappings=1.20+build.1 | ||
fabric_version=0.83.0+1.20 | ||
game_versions = 1.20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
accessWidener v2 named | ||
|
||
accessible method net/minecraft/server/MinecraftServer runServer ()V | ||
accessible field net/minecraft/server/MinecraftServer stopped Z | ||
accessible field net/minecraft/server/MinecraftServer running Z | ||
accessible field net/minecraft/client/MinecraftClient toastManager Lnet/minecraft/client/toast/ToastManager; |
Empty file.
Empty file.