-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing copper sulfate wall lantern and possibly more.
- Loading branch information
1 parent
4ab217a
commit ce9aa00
Showing
9 changed files
with
104 additions
and
18 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
16 changes: 16 additions & 0 deletions
16
src/main/resources/data/aurorasdeco/tags/blocks/benches.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,16 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"aurorasdeco:bench/oak", | ||
"aurorasdeco:bench/spruce", | ||
"aurorasdeco:bench/birch", | ||
"aurorasdeco:bench/jungle", | ||
"aurorasdeco:bench/acacia", | ||
"aurorasdeco:bench/dark_oak", | ||
"aurorasdeco:bench/mangrove", | ||
"aurorasdeco:bench/cherry", | ||
"aurorasdeco:bench/bamboo", | ||
"aurorasdeco:bench/crimson", | ||
"aurorasdeco:bench/warped" | ||
] | ||
} |
16 changes: 16 additions & 0 deletions
16
src/main/resources/data/aurorasdeco/tags/blocks/shelves.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,16 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"aurorasdeco:shelf/oak", | ||
"aurorasdeco:shelf/spruce", | ||
"aurorasdeco:shelf/birch", | ||
"aurorasdeco:shelf/jungle", | ||
"aurorasdeco:shelf/acacia", | ||
"aurorasdeco:shelf/dark_oak", | ||
"aurorasdeco:shelf/mangrove", | ||
"aurorasdeco:shelf/cherry", | ||
"aurorasdeco:shelf/bamboo", | ||
"aurorasdeco:shelf/crimson", | ||
"aurorasdeco:shelf/warped" | ||
] | ||
} |
16 changes: 16 additions & 0 deletions
16
src/main/resources/data/aurorasdeco/tags/blocks/small_log_piles.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,16 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"aurorasdeco:small_log_pile/oak", | ||
"aurorasdeco:small_log_pile/spruce", | ||
"aurorasdeco:small_log_pile/birch", | ||
"aurorasdeco:small_log_pile/jungle", | ||
"aurorasdeco:small_log_pile/acacia", | ||
"aurorasdeco:small_log_pile/dark_oak", | ||
"aurorasdeco:small_log_pile/mangrove", | ||
"aurorasdeco:small_log_pile/cherry", | ||
"aurorasdeco:small_log_pile/bamboo", | ||
"aurorasdeco:small_log_pile/crimson", | ||
"aurorasdeco:small_log_pile/warped" | ||
] | ||
} |
15 changes: 15 additions & 0 deletions
15
src/main/resources/data/aurorasdeco/tags/blocks/stumps.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": [ | ||
"aurorasdeco:stump/oak", | ||
"aurorasdeco:stump/spruce", | ||
"aurorasdeco:stump/birch", | ||
"aurorasdeco:stump/jungle", | ||
"aurorasdeco:stump/acacia", | ||
"aurorasdeco:stump/dark_oak", | ||
"aurorasdeco:stump/mangrove", | ||
"aurorasdeco:stump/cherry", | ||
"aurorasdeco:stump/crimson", | ||
"aurorasdeco:stump/warped" | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
src/main/resources/data/aurorasdeco/tags/blocks/wall_lanterns.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": [ | ||
"aurorasdeco:wall_lantern/amethyst", | ||
"aurorasdeco:wall_lantern/soul", | ||
"aurorasdeco:wall_lantern/copper_sulfate", | ||
"aurorasdeco:wall_lantern/redstone", | ||
"aurorasdeco:wall_lantern" | ||
] | ||
} |