Skip to content

Commit 37eaacb

Browse files
committed
1.21.9 (no forge for now)
1 parent cfa28fb commit 37eaacb

File tree

4 files changed

+36
-1
lines changed

4 files changed

+36
-1
lines changed

settings.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"1.21.4-fabric",
1414
"1.21.5-fabric",
1515
"1.21.8-fabric",
16+
"1.21.9-fabric",
1617

1718
"1.16.5-forge",
1819
"1.17.1-forge",
@@ -31,6 +32,7 @@
3132
"1.21.3-neoforge",
3233
"1.21.4-neoforge",
3334
"1.21.5-neoforge",
34-
"1.21.8-neoforge"
35+
"1.21.8-neoforge",
36+
"1.21.9-neoforge"
3537
]
3638
}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,11 @@
22
# check these on https://fallen-breath.github.io/fabric-versions/?&version=1.21.9
33
minecraft_version=1.21.9
44
yarn_mappings=1.21.9+build.1
5+
loom.platform=fabric
56

67
# Fabric Mod Metadata
8+
# https://fabricmc.net/versions.html
9+
fabric_loader_version=0.17.2
710
minecraft_dependency=>=1.21.9 1.21.x
811

912
# Build Information
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Fabric Properties
2+
# check these on https://fallen-breath.github.io/fabric-versions/?&version=1.21.9
3+
minecraft_version=1.21.9
4+
yarn_mappings=1.21.9+build.1
5+
loom.platform=forge
6+
7+
# Mod Metadata
8+
# https://files.minecraftforge.net/net/minecraftforge/forge/index_1.21.9.html
9+
forge_version=58.1.4
10+
minecraft_dependency=[1.21.9, )
11+
12+
# Build Information
13+
# The target mc versions for the mod during mod publishing, separated with \n
14+
game_versions=1.21.9
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Fabric Properties
2+
# check these on https://fallen-breath.github.io/fabric-versions/?&version=1.21.9
3+
minecraft_version=1.21.9
4+
yarn_mappings=1.21.9+build.1
5+
loom.platform=neoforge
6+
# https://maven.architectury.dev/dev/architectury/yarn-mappings-patch-neoforge/
7+
yarn_mappings_patch=1.21+build.4
8+
9+
# Mod Metadata
10+
# https://projects.neoforged.net/neoforged/neoforge
11+
neoforge_version=21.9.1-beta
12+
minecraft_dependency=[1.21.9, )
13+
14+
# Build Information
15+
# The target mc versions for the mod during mod publishing, separated with \n
16+
game_versions=1.21.9

0 commit comments

Comments
 (0)