-
Notifications
You must be signed in to change notification settings - Fork 424
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
reran gendata and log workstation replacements
- Loading branch information
1 parent
cb30f41
commit 06baabd
Showing
13 changed files
with
95 additions
and
9 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
5 changes: 2 additions & 3 deletions
5
fabric-convention-tags-v2/src/generated/resources/data/c/tags/blocks/chests.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 |
---|---|---|
@@ -1,8 +1,7 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"minecraft:chest", | ||
"minecraft:ender_chest", | ||
"minecraft:trapped_chest" | ||
"#c:chests/wooden", | ||
"minecraft:ender_chest" | ||
] | ||
} |
11 changes: 11 additions & 0 deletions
11
fabric-convention-tags-v2/src/generated/resources/data/c/tags/blocks/chests/wooden.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,11 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"minecraft:chest", | ||
"minecraft:trapped_chest", | ||
{ | ||
"id": "#c:wooden_chests", | ||
"required": false | ||
} | ||
] | ||
} |
13 changes: 13 additions & 0 deletions
13
fabric-convention-tags-v2/src/generated/resources/data/c/tags/blocks/stones.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,13 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"minecraft:andesite", | ||
"minecraft:diorite", | ||
"minecraft:granite", | ||
"minecraft:infested_stone", | ||
"minecraft:stone", | ||
"minecraft:deepslate", | ||
"minecraft:infested_deepslate", | ||
"minecraft:tuff" | ||
] | ||
} |
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
5 changes: 2 additions & 3 deletions
5
fabric-convention-tags-v2/src/generated/resources/data/c/tags/items/chests.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 |
---|---|---|
@@ -1,8 +1,7 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"minecraft:chest", | ||
"minecraft:ender_chest", | ||
"minecraft:trapped_chest" | ||
"#c:chests/wooden", | ||
"minecraft:ender_chest" | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
fabric-convention-tags-v2/src/generated/resources/data/c/tags/items/chests/wooden.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,15 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"minecraft:chest", | ||
"minecraft:trapped_chest", | ||
{ | ||
"id": "#c:wooden_chests", | ||
"required": false | ||
}, | ||
{ | ||
"id": "#c:wooden_chests", | ||
"required": false | ||
} | ||
] | ||
} |
6 changes: 5 additions & 1 deletion
6
fabric-convention-tags-v2/src/generated/resources/data/c/tags/items/dusts/glowstone.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 |
---|---|---|
@@ -1,6 +1,10 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"minecraft:glowstone_dust" | ||
"minecraft:glowstone_dust", | ||
{ | ||
"id": "#c:glowstone_dusts", | ||
"required": false | ||
} | ||
] | ||
} |
6 changes: 5 additions & 1 deletion
6
fabric-convention-tags-v2/src/generated/resources/data/c/tags/items/dusts/redstone.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 |
---|---|---|
@@ -1,6 +1,10 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"minecraft:redstone" | ||
"minecraft:redstone", | ||
{ | ||
"id": "#c:redstone_dusts", | ||
"required": false | ||
} | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
fabric-convention-tags-v2/src/generated/resources/data/c/tags/items/rods.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,10 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
{ | ||
"id": "#c:rods/wooden", | ||
"required": false | ||
}, | ||
"minecraft:blaze_rod" | ||
] | ||
} |
1 change: 1 addition & 0 deletions
1
...ted/resources/data/c/tags/items/axes.json → ...ources/data/c/tags/items/rods/wooden.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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"minecraft:stick" | ||
] | ||
} |
13 changes: 13 additions & 0 deletions
13
fabric-convention-tags-v2/src/generated/resources/data/c/tags/items/stones.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,13 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"minecraft:andesite", | ||
"minecraft:diorite", | ||
"minecraft:granite", | ||
"minecraft:infested_stone", | ||
"minecraft:stone", | ||
"minecraft:deepslate", | ||
"minecraft:infested_deepslate", | ||
"minecraft:tuff" | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
fabric-convention-tags-v2/src/generated/resources/data/c/tags/items/strings.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,10 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"minecraft:string", | ||
{ | ||
"id": "#c:strings", | ||
"required": false | ||
} | ||
] | ||
} |