-
Notifications
You must be signed in to change notification settings - Fork 6
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
2f41504
commit ba3fe54
Showing
10 changed files
with
57 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
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,15 @@ | ||
# Fabric Properties | ||
# check these on https://fabricmc.net/versions.html?&version=1.18.2 | ||
minecraft_version=1.19.3 | ||
yarn_mappings=1.19.3+build.5 | ||
|
||
# Fabric Mod Metadata | ||
minecraft_dependency=1.19.3 | ||
carpet_dependency=>=1.4.96 | ||
|
||
# Build Information | ||
# The target mc versions for the mod during mod publishing, separated with \n | ||
game_versions=1.19.3 | ||
|
||
# Dependencies | ||
carpet_version=1.19.3-1.4.96+v230201 |
6 changes: 4 additions & 2 deletions
6
versions/1.19.x/gradle.properties → versions/1.19.4/gradle.properties
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,14 +1,16 @@ | ||
# Fabric Properties | ||
# check these on https://fabricmc.net/versions.html?&version=1.19.4 | ||
minecraft_version=1.19.4 | ||
yarn_mappings=1.19.4+build.1 | ||
yarn_mappings=1.19.4+build.2 | ||
|
||
# Fabric Mod Metadata | ||
minecraft_dependency = 1.19.x | ||
minecraft_dependency=1.19.4 | ||
carpet_dependency=>=1.4.100 | ||
|
||
# Build Information | ||
# The target mc versions for the mod during mod publishing, separated with \n | ||
game_versions=1.19.4 | ||
|
||
# Dependencies | ||
# fabric_api_version=0.75.3+1.19.4 | ||
carpet_version=1.19.4-1.4.100+v230314 |
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 @@ | ||
net.minecraft.network.chat.BaseComponent net.minecraft.network.chat.Component |