Skip to content

Commit

Permalink
add 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
topi-banana committed Jan 13, 2025
1 parent f8b8b8c commit cd7e451
Show file tree
Hide file tree
Showing 8 changed files with 58 additions and 6 deletions.
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ stonecutter {
mc("1.17.1", "fabric", "forge")
mc("1.18.2", "fabric", "forge")
mc("1.19.4", "fabric", "forge", "paper")
mc("1.20.2", "fabric", "forge", "paper")
mc("1.20.4", "fabric", "forge", "paper")
mc("1.20.6", "fabric", "forge", "neoforge", "paper")
mc("1.21.3", "fabric", "forge", "neoforge", "paper")
Expand Down
3 changes: 3 additions & 0 deletions settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"fabric-1.17.1",
"fabric-1.18.2",
"fabric-1.19.4",
"fabric-1.20.2",
"fabric-1.20.4",
"fabric-1.20.6",
"fabric-1.21.3",
Expand All @@ -17,6 +18,7 @@
"forge-1.17.1",
"forge-1.18.2",
"forge-1.19.4",
"forge-1.20.2",
"forge-1.20.4",
"forge-1.20.6",
"forge-1.21.3",
Expand All @@ -27,6 +29,7 @@
"neoforge-1.21.4",

"paper-1.19.4",
"paper-1.20.2",
"paper-1.20.4",
"paper-1.20.6",
"paper-1.21.3"
Expand Down
21 changes: 21 additions & 0 deletions versions/fabric-1.20.2/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Fabric Properties
# check these on https://fallen-breath.github.io/fabric-versions/?&version=1.20.2
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.4
platform=fabric
loom.platform=fabric

# Mod Metadata
# https://fabricmc.net/versions.html
fabric_loader_version=0.16.5
minecraft_dependency=>=1.20 <=1.20.2

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

# Dependencies
fabric_api_version=0.91.6+1.20.2
modmenu_version=8.0.1
malilib_version=0.17.0
litematica_version=0.16.1
4 changes: 2 additions & 2 deletions versions/fabric-1.20.4/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ loom.platform=fabric
# Mod Metadata
# https://fabricmc.net/versions.html
fabric_loader_version=0.16.5
minecraft_dependency=>=1.20 <=1.20.4
minecraft_dependency=>1.20.2 <=1.20.4

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

# Dependencies
fabric_api_version=0.97.2+1.20.4
Expand Down
15 changes: 15 additions & 0 deletions versions/forge-1.20.2/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Fabric Properties
# check these on https://fallen-breath.github.io/fabric-versions/?&version=1.20.2
minecraft_version=1.20.2
yarn_mappings=1.20.2+build.4
platform=forge
loom.platform=forge

# Mod Metadata
# https://files.minecraftforge.net/net/minecraftforge/forge/index_1.20.2.html
forge_version=48.1.0
minecraft_dependency=[1.20, 1.20.2]

# Build Information
# The target mc versions for the mod during mod publishing, separated with \n
game_versions=1.20\n1.20.1\n1.20.2
4 changes: 2 additions & 2 deletions versions/forge-1.20.4/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ loom.platform=forge
# Mod Metadata
# https://files.minecraftforge.net/net/minecraftforge/forge/index_1.20.4.html
forge_version=49.1.13
minecraft_dependency=[1.20, 1.20.4]
minecraft_dependency=(1.20.2, 1.20.4]

# Build Information
# The target mc versions for the mod during mod publishing, separated with \n
game_versions=1.20\n1.20.1\n1.20.2\n1.20.3\n1.20.4
game_versions=1.20.3\n1.20.4
12 changes: 12 additions & 0 deletions versions/paper-1.20.2/gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Fabric Properties
# check these on https://fallen-breath.github.io/fabric-versions/?&version=1.20.2
minecraft_version=1.20.2
platform=paper

# Mod Metadata
# https://docs.papermc.io/paper/dev/plugin-yml
minecraft_dependency=1.20.2

# Build Information
# The target mc versions for the mod during mod publishing, separated with \n
game_versions=1.20\n1.20.1\n1.20.2
4 changes: 2 additions & 2 deletions versions/paper-1.20.4/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Fabric Properties
# check these on https://fallen-breath.github.io/fabric-versions/?&version=1.21.3
# check these on https://fallen-breath.github.io/fabric-versions/?&version=1.20.4
minecraft_version=1.20.4
platform=paper

Expand All @@ -9,4 +9,4 @@ minecraft_dependency=1.20.4

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

0 comments on commit cd7e451

Please sign in to comment.