-
Notifications
You must be signed in to change notification settings - Fork 7
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
e349c87
commit eb8f5e8
Showing
8 changed files
with
48 additions
and
22 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 |
---|---|---|
|
@@ -40,5 +40,8 @@ | |
}, | ||
{ | ||
"subproject_dir": "1.21.2" | ||
}, | ||
{ | ||
"subproject_dir": "1.21.3" | ||
} | ||
] |
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 |
---|---|---|
|
@@ -13,6 +13,7 @@ | |
"1.20.6", | ||
"1.21", | ||
"1.21.1", | ||
"1.21.2" | ||
"1.21.2", | ||
"1.21.3" | ||
] | ||
} |
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,2 @@ | ||
accessWidener v1 named | ||
accessible method net/minecraft/recipe/ServerRecipeManager deserialize (Lnet/minecraft/registry/RegistryKey;Lcom/google/gson/JsonObject;Lnet/minecraft/registry/RegistryWrapper$WrapperLookup;)Lnet/minecraft/recipe/RecipeEntry; |
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,16 @@ | ||
# Fabric Properties | ||
# check these on https://www.fabricmc.net/develop/ | ||
minecraft_version = 1.21.3 | ||
yarn_mappings = 1.21.3+build.2 | ||
|
||
# Fabric Mod Metadata | ||
carpet_dependency = >=1.4.158 | ||
minecraft_dependency = >=1.21.3 | ||
|
||
# Build Infomation | ||
game_versions = 1.21.3 | ||
|
||
# Mod Dependency | ||
# check available versions on maven for the given minecraft version you are using | ||
# https://masa.dy.fi/maven/carpet/fabric-carpet/ | ||
carpet_core_version = 1.21.2-1.4.158+v241022 |
Empty file.