generated from FabricMC/fabric-example-mod
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add dedicated 1.20.3-1.20.4 release.
Fix crash when using container minecarts with contents using insaneBehaviors sensible Bump version number to 2.3.2
- Loading branch information
1 parent
db17951
commit 6a892bb
Showing
9 changed files
with
43 additions
and
25 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
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 |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
"1.18.2", | ||
"1.19.4", | ||
"1.20.2", | ||
"1.20.4", | ||
"1.21" | ||
] | ||
} |
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,21 @@ | ||
# Fabric Properties | ||
# check these on https://fallen-breath.github.io/fabric-versions/?&version=1.20.6 | ||
minecraft_version=1.20.4 | ||
yarn_mappings=1.20.4+build.3 | ||
|
||
# Jar build filename version | ||
minecraft_display_version=1.20.3-1.20.4 | ||
|
||
# Fabric Mod Metadata | ||
minecraft_dependency=1.20.x | ||
|
||
# Build Information | ||
# The target mc versions for the mod during mod publishing, separated with \n | ||
game_versions=1.20.4\n1.20.3 | ||
|
||
# Dependencies | ||
# fabric_api_version=0.91.3+1.20.4 | ||
|
||
# https://masa.dy.fi/maven/carpet/fabric-carpet/ | ||
carpet_core_version=1.4.128+v231205 | ||
carpet_minecraft_version=1.20.3 |