forked from FabricMC/fabric
-
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.
Fixes FabricMC#3807 Matches neoforged/NeoForge#1030
- Loading branch information
1 parent
41bc64c
commit fa9d46d
Showing
11 changed files
with
131 additions
and
8 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
8 changes: 8 additions & 0 deletions
8
fabric-convention-tags-v2/src/generated/resources/data/c/tags/block/concretes.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,8 @@ | ||
{ | ||
"values": [ | ||
{ | ||
"id": "#c:concrete", | ||
"required": false | ||
} | ||
] | ||
} |
8 changes: 8 additions & 0 deletions
8
fabric-convention-tags-v2/src/generated/resources/data/c/tags/block/glazed_terracottas.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,8 @@ | ||
{ | ||
"values": [ | ||
{ | ||
"id": "#c:glazed_terracotta", | ||
"required": false | ||
} | ||
] | ||
} |
24 changes: 24 additions & 0 deletions
24
fabric-convention-tags-v2/src/generated/resources/data/c/tags/item/concrete_powders.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,24 @@ | ||
{ | ||
"values": [ | ||
"minecraft:white_concrete_powder", | ||
"minecraft:orange_concrete_powder", | ||
"minecraft:magenta_concrete_powder", | ||
"minecraft:light_blue_concrete_powder", | ||
"minecraft:yellow_concrete_powder", | ||
"minecraft:lime_concrete_powder", | ||
"minecraft:pink_concrete_powder", | ||
"minecraft:gray_concrete_powder", | ||
"minecraft:light_gray_concrete_powder", | ||
"minecraft:cyan_concrete_powder", | ||
"minecraft:purple_concrete_powder", | ||
"minecraft:blue_concrete_powder", | ||
"minecraft:brown_concrete_powder", | ||
"minecraft:green_concrete_powder", | ||
"minecraft:red_concrete_powder", | ||
"minecraft:black_concrete_powder", | ||
{ | ||
"id": "#c:concrete_powder", | ||
"required": false | ||
} | ||
] | ||
} |
12 changes: 12 additions & 0 deletions
12
fabric-convention-tags-v2/src/generated/resources/data/c/tags/item/concretes.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,12 @@ | ||
{ | ||
"values": [ | ||
{ | ||
"id": "#c:concrete", | ||
"required": false | ||
}, | ||
{ | ||
"id": "#c:concrete", | ||
"required": false | ||
} | ||
] | ||
} |
12 changes: 12 additions & 0 deletions
12
fabric-convention-tags-v2/src/generated/resources/data/c/tags/item/glazed_terracottas.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,12 @@ | ||
{ | ||
"values": [ | ||
{ | ||
"id": "#c:glazed_terracotta", | ||
"required": false | ||
}, | ||
{ | ||
"id": "#c:glazed_terracotta", | ||
"required": false | ||
} | ||
] | ||
} |
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