forked from terrarium-earth/ColorfulAzaleas
-
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.
Lots of item tag additions. Implements terrarium-earth#23 and terrari…
- Loading branch information
Showing
10 changed files
with
155 additions
and
0 deletions.
There are no files selected for viewing
33 changes: 33 additions & 0 deletions
33
src/main/resources/data/colorfulazaleas/tags/items/azalea_logs.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,33 @@ | ||
{ | ||
"values": [ | ||
"colorfulazaleas:azule_azalea_log", | ||
"colorfulazaleas:bright_azalea_log", | ||
"colorfulazaleas:roze_azalea_log", | ||
"colorfulazaleas:fiss_azalea_log", | ||
"colorfulazaleas:tecal_azalea_log", | ||
"colorfulazaleas:titanium_azalea_log", | ||
"colorfulazaleas:walnut_azalea_log", | ||
"colorfulazaleas:stripped_azule_azalea_log", | ||
"colorfulazaleas:stripped_bright_azalea_log", | ||
"colorfulazaleas:stripped_roze_azalea_log", | ||
"colorfulazaleas:stripped_fiss_azalea_log", | ||
"colorfulazaleas:stripped_tecal_azalea_log", | ||
"colorfulazaleas:stripped_titanium_azalea_log", | ||
"colorfulazaleas:stripped_walnut_azalea_log", | ||
|
||
"colorfulazaleas:azule_azalea_wood", | ||
"colorfulazaleas:bright_azalea_wood", | ||
"colorfulazaleas:roze_azalea_wood", | ||
"colorfulazaleas:fiss_azalea_wood", | ||
"colorfulazaleas:tecal_azalea_wood", | ||
"colorfulazaleas:titanium_azalea_wood", | ||
"colorfulazaleas:walnut_azalea_wood", | ||
"colorfulazaleas:stripped_azule_azalea_wood", | ||
"colorfulazaleas:stripped_bright_azalea_wood", | ||
"colorfulazaleas:stripped_roze_azalea_wood", | ||
"colorfulazaleas:stripped_fiss_azalea_wood", | ||
"colorfulazaleas:stripped_tecal_azalea_wood", | ||
"colorfulazaleas:stripped_titanium_azalea_wood", | ||
"colorfulazaleas:stripped_walnut_azalea_wood" | ||
] | ||
} |
12 changes: 12 additions & 0 deletions
12
src/main/resources/data/minecraft/tags/items/fence_gates.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 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"colorfulazaleas:azule_azalea_fence_gate", | ||
"colorfulazaleas:bright_azalea_fence_gate", | ||
"colorfulazaleas:roze_azalea_fence_gate", | ||
"colorfulazaleas:fiss_azalea_fence_gate", | ||
"colorfulazaleas:tecal_azalea_fence_gate", | ||
"colorfulazaleas:titanium_azalea_fence_gate", | ||
"colorfulazaleas:walnut_azalea_fence_gate" | ||
] | ||
} |
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,32 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"colorfulazaleas:orange_azalea_leaves", | ||
"colorfulazaleas:orange_blooming_azalea_leaves", | ||
"colorfulazaleas:orange_flowering_azalea_leaves", | ||
|
||
"colorfulazaleas:yellow_azalea_leaves", | ||
"colorfulazaleas:yellow_blooming_azalea_leaves", | ||
"colorfulazaleas:yellow_flowering_azalea_leaves", | ||
|
||
"colorfulazaleas:red_azalea_leaves", | ||
"colorfulazaleas:red_blooming_azalea_leaves", | ||
"colorfulazaleas:red_flowering_azalea_leaves", | ||
|
||
"colorfulazaleas:pink_azalea_leaves", | ||
"colorfulazaleas:pink_blooming_azalea_leaves", | ||
"colorfulazaleas:pink_flowering_azalea_leaves", | ||
|
||
"colorfulazaleas:blue_azalea_leaves", | ||
"colorfulazaleas:blue_blooming_azalea_leaves", | ||
"colorfulazaleas:blue_flowering_azalea_leaves", | ||
|
||
"colorfulazaleas:purple_azalea_leaves", | ||
"colorfulazaleas:purple_blooming_azalea_leaves", | ||
"colorfulazaleas:purple_flowering_azalea_leaves", | ||
|
||
"colorfulazaleas:white_azalea_leaves", | ||
"colorfulazaleas:white_blooming_azalea_leaves", | ||
"colorfulazaleas:white_flowering_azalea_leaves" | ||
] | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/data/minecraft/tags/items/logs_that_burn.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,6 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"#colorfulazaleas:azalea_logs" | ||
] | ||
} |
12 changes: 12 additions & 0 deletions
12
src/main/resources/data/minecraft/tags/items/wooden_doors.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 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"colorfulazaleas:azule_azalea_door", | ||
"colorfulazaleas:bright_azalea_door", | ||
"colorfulazaleas:roze_azalea_door", | ||
"colorfulazaleas:fiss_azalea_door", | ||
"colorfulazaleas:tecal_azalea_door", | ||
"colorfulazaleas:titanium_azalea_door", | ||
"colorfulazaleas:walnut_azalea_door" | ||
] | ||
} |
12 changes: 12 additions & 0 deletions
12
src/main/resources/data/minecraft/tags/items/wooden_fences.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 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"colorfulazaleas:azule_azalea_fence", | ||
"colorfulazaleas:bright_azalea_fence", | ||
"colorfulazaleas:roze_azalea_fence", | ||
"colorfulazaleas:fiss_azalea_fence", | ||
"colorfulazaleas:tecal_azalea_fence", | ||
"colorfulazaleas:titanium_azalea_fence", | ||
"colorfulazaleas:walnut_azalea_fence" | ||
] | ||
} |
12 changes: 12 additions & 0 deletions
12
src/main/resources/data/minecraft/tags/items/wooden_pressure_plates.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 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"colorfulazaleas:azule_azalea_pressure_plate", | ||
"colorfulazaleas:bright_azalea_pressure_plate", | ||
"colorfulazaleas:roze_azalea_pressure_plate", | ||
"colorfulazaleas:fiss_azalea_pressure_plate", | ||
"colorfulazaleas:tecal_azalea_pressure_plate", | ||
"colorfulazaleas:titanium_azalea_pressure_plate", | ||
"colorfulazaleas:walnut_azalea_pressure_plate" | ||
] | ||
} |
12 changes: 12 additions & 0 deletions
12
src/main/resources/data/minecraft/tags/items/wooden_slabs.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 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"colorfulazaleas:azule_azalea_slab", | ||
"colorfulazaleas:bright_azalea_slab", | ||
"colorfulazaleas:roze_azalea_slab", | ||
"colorfulazaleas:fiss_azalea_slab", | ||
"colorfulazaleas:tecal_azalea_slab", | ||
"colorfulazaleas:titanium_azalea_slab", | ||
"colorfulazaleas:walnut_azalea_slab" | ||
] | ||
} |
12 changes: 12 additions & 0 deletions
12
src/main/resources/data/minecraft/tags/items/wooden_stairs.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 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"colorfulazaleas:azule_azalea_stairs", | ||
"colorfulazaleas:bright_azalea_stairs", | ||
"colorfulazaleas:roze_azalea_stairs", | ||
"colorfulazaleas:fiss_azalea_stairs", | ||
"colorfulazaleas:tecal_azalea_stairs", | ||
"colorfulazaleas:titanium_azalea_stairs", | ||
"colorfulazaleas:walnut_azalea_stairs" | ||
] | ||
} |
12 changes: 12 additions & 0 deletions
12
src/main/resources/data/minecraft/tags/items/wooden_trapdoors.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 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"colorfulazaleas:azule_azalea_trapdoor", | ||
"colorfulazaleas:bright_azalea_trapdoor", | ||
"colorfulazaleas:roze_azalea_trapdoor", | ||
"colorfulazaleas:fiss_azalea_trapdoor", | ||
"colorfulazaleas:tecal_azalea_trapdoor", | ||
"colorfulazaleas:titanium_azalea_trapdoor", | ||
"colorfulazaleas:walnut_azalea_trapdoor" | ||
] | ||
} |