-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2.1.5 - Add potted saplings, a Traverse Items item group, and fixed …
…the Fir Sapling texture
- Loading branch information
1 parent
ab21aa0
commit 10af811
Showing
22 changed files
with
289 additions
and
4 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
5 changes: 5 additions & 0 deletions
5
src/main/resources/assets/traverse/blockstates/potted_brown_autumnal_sapling.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 @@ | ||
{ | ||
"variants": { | ||
"": { "model": "traverse:block/potted_brown_autumnal_sapling" } | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/resources/assets/traverse/blockstates/potted_fir_sapling.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 @@ | ||
{ | ||
"variants": { | ||
"": { "model": "traverse:block/potted_fir_sapling" } | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/resources/assets/traverse/blockstates/potted_orange_autumnal_sapling.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 @@ | ||
{ | ||
"variants": { | ||
"": { "model": "traverse:block/potted_orange_autumnal_sapling" } | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/resources/assets/traverse/blockstates/potted_red_autumnal_sapling.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 @@ | ||
{ | ||
"variants": { | ||
"": { "model": "traverse:block/potted_red_autumnal_sapling" } | ||
} | ||
} |
5 changes: 5 additions & 0 deletions
5
src/main/resources/assets/traverse/blockstates/potted_yellow_autumnal_sapling.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 @@ | ||
{ | ||
"variants": { | ||
"": { "model": "traverse:block/potted_yellow_autumnal_sapling" } | ||
} | ||
} |
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
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/traverse/models/block/potted_brown_autumnal_sapling.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 @@ | ||
{ | ||
"parent": "block/flower_pot_cross", | ||
"textures": { | ||
"plant": "traverse:block/brown_autumnal_sapling" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/traverse/models/block/potted_fir_sapling.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 @@ | ||
{ | ||
"parent": "block/flower_pot_cross", | ||
"textures": { | ||
"plant": "traverse:block/fir_sapling" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/traverse/models/block/potted_orange_autumnal_sapling.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 @@ | ||
{ | ||
"parent": "block/flower_pot_cross", | ||
"textures": { | ||
"plant": "traverse:block/orange_autumnal_sapling" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/traverse/models/block/potted_red_autumnal_sapling.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 @@ | ||
{ | ||
"parent": "block/flower_pot_cross", | ||
"textures": { | ||
"plant": "traverse:block/red_autumnal_sapling" | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/traverse/models/block/potted_yellow_autumnal_sapling.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 @@ | ||
{ | ||
"parent": "block/flower_pot_cross", | ||
"textures": { | ||
"plant": "traverse:block/yellow_autumnal_sapling" | ||
} | ||
} |
Binary file modified
BIN
+16 Bytes
(100%)
src/main/resources/assets/traverse/textures/block/fir_sapling.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 36 additions & 0 deletions
36
src/main/resources/data/minecraft/tags/blocks/flower_pots.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,36 @@ | ||
{ | ||
"values": [ | ||
"minecraft:flower_pot", | ||
"minecraft:potted_poppy", | ||
"minecraft:potted_blue_orchid", | ||
"minecraft:potted_allium", | ||
"minecraft:potted_azure_bluet", | ||
"minecraft:potted_red_tulip", | ||
"minecraft:potted_orange_tulip", | ||
"minecraft:potted_white_tulip", | ||
"minecraft:potted_pink_tulip", | ||
"minecraft:potted_oxeye_daisy", | ||
"minecraft:potted_dandelion", | ||
"minecraft:potted_oak_sapling", | ||
"minecraft:potted_spruce_sapling", | ||
"minecraft:potted_birch_sapling", | ||
"minecraft:potted_jungle_sapling", | ||
"minecraft:potted_acacia_sapling", | ||
"minecraft:potted_dark_oak_sapling", | ||
"minecraft:potted_red_mushroom", | ||
"minecraft:potted_brown_mushroom", | ||
"minecraft:potted_dead_bush", | ||
"minecraft:potted_fern", | ||
"minecraft:potted_cactus", | ||
"minecraft:potted_cornflower", | ||
"minecraft:potted_lily_of_the_valley", | ||
"minecraft:potted_wither_rose", | ||
"minecraft:potted_bamboo", | ||
|
||
"traverse:potted_red_autumnal_sapling", | ||
"traverse:potted_brown_autumnal_sapling", | ||
"traverse:potted_orange_autumnal_sapling", | ||
"traverse:potted_yellow_autumnal_sapling", | ||
"traverse:potted_fir_sapling" | ||
] | ||
} |
33 changes: 33 additions & 0 deletions
33
src/main/resources/data/traverse/loot_tables/blocks/potted_brown_autumnal_sapling.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 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:flower_pot" | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
] | ||
}, | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "traverse:brown_autumnal_sapling" | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
] | ||
} | ||
] | ||
} |
33 changes: 33 additions & 0 deletions
33
src/main/resources/data/traverse/loot_tables/blocks/potted_fir_sapling.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 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:flower_pot" | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
] | ||
}, | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "traverse:fir_sapling" | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
] | ||
} | ||
] | ||
} |
33 changes: 33 additions & 0 deletions
33
src/main/resources/data/traverse/loot_tables/blocks/potted_orange_autumnal_sapling.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 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:flower_pot" | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
] | ||
}, | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "traverse:brown_autumnal_sapling" | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
] | ||
} | ||
] | ||
} |
33 changes: 33 additions & 0 deletions
33
src/main/resources/data/traverse/loot_tables/blocks/potted_red_autumnal_sapling.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 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:flower_pot" | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
] | ||
}, | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "traverse:red_autumnal_sapling" | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
] | ||
} | ||
] | ||
} |
33 changes: 33 additions & 0 deletions
33
src/main/resources/data/traverse/loot_tables/blocks/potted_yellow_autumnal_sapling.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 @@ | ||
{ | ||
"type": "minecraft:block", | ||
"pools": [ | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "minecraft:flower_pot" | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
] | ||
}, | ||
{ | ||
"rolls": 1, | ||
"entries": [ | ||
{ | ||
"type": "minecraft:item", | ||
"name": "traverse:yellow_autumnal_sapling" | ||
} | ||
], | ||
"conditions": [ | ||
{ | ||
"condition": "minecraft:survives_explosion" | ||
} | ||
] | ||
} | ||
] | ||
} |