-
Notifications
You must be signed in to change notification settings - Fork 413
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Powder Snow Bucket tag, defense enchantment tag name fix, missing mea…
…t tag entry (#3727) * Multiple tag fixes * Make the tag rename not breaking
- Loading branch information
1 parent
b82b239
commit 2b43c5c
Showing
10 changed files
with
60 additions
and
5 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
28 changes: 28 additions & 0 deletions
28
fabric-convention-tags-v2/src/generated/resources/data/c/tags/items/buckets.json
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,28 @@ | ||
{ | ||
"values": [ | ||
{ | ||
"id": "#c:buckets/empty", | ||
"required": false | ||
}, | ||
{ | ||
"id": "#c:buckets/water", | ||
"required": false | ||
}, | ||
{ | ||
"id": "#c:buckets/lava", | ||
"required": false | ||
}, | ||
{ | ||
"id": "#c:buckets/milk", | ||
"required": false | ||
}, | ||
{ | ||
"id": "#c:buckets/powder_snow", | ||
"required": false | ||
}, | ||
{ | ||
"id": "#c:buckets/entity_water", | ||
"required": false | ||
} | ||
] | ||
} |
5 changes: 5 additions & 0 deletions
5
fabric-convention-tags-v2/src/generated/resources/data/c/tags/items/buckets/powder_snow.json
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,5 @@ | ||
{ | ||
"values": [ | ||
"minecraft:powder_snow_bucket" | ||
] | ||
} |
1 change: 1 addition & 0 deletions
1
fabric-convention-tags-v2/src/generated/resources/data/c/tags/items/foods/cooked_meats.json
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
1 change: 1 addition & 0 deletions
1
fabric-convention-tags-v2/src/generated/resources/data/c/tags/items/foods/raw_meats.json
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