-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[1.21.1] Backport of add year_round_crops Block and Item Tags, and Fi…
…x Forge/NeoForge Logo not showing up (#526)
- Loading branch information
Showing
12 changed files
with
36 additions
and
61 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
9 changes: 1 addition & 8 deletions
9
common/src/main/resources/data/sereneseasons/tags/block/autumn_crops.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
9 changes: 1 addition & 8 deletions
9
common/src/main/resources/data/sereneseasons/tags/block/spring_crops.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
9 changes: 1 addition & 8 deletions
9
common/src/main/resources/data/sereneseasons/tags/block/summer_crops.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
11 changes: 2 additions & 9 deletions
11
common/src/main/resources/data/sereneseasons/tags/block/winter_crops.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,15 +1,8 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"minecraft:oak_sapling", | ||
"#sereneseasons:year_round_crops", | ||
"minecraft:spruce_sapling", | ||
"minecraft:red_mushroom", | ||
"minecraft:brown_mushroom", | ||
"minecraft:nether_wart", | ||
"minecraft:crimson_fungus", | ||
"minecraft:warped_fungus", | ||
"minecraft:sweet_berry_bush", | ||
"minecraft:cave_vines", | ||
"minecraft:cave_vines_plant" | ||
"minecraft:sweet_berry_bush" | ||
] | ||
} |
13 changes: 13 additions & 0 deletions
13
common/src/main/resources/data/sereneseasons/tags/block/year_round_crops.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:oak_sapling", | ||
"minecraft:red_mushroom", | ||
"minecraft:brown_mushroom", | ||
"minecraft:nether_wart", | ||
"minecraft:crimson_fungus", | ||
"minecraft:warped_fungus", | ||
"minecraft:cave_vines", | ||
"minecraft:cave_vines_plant" | ||
] | ||
} |
8 changes: 1 addition & 7 deletions
8
common/src/main/resources/data/sereneseasons/tags/item/autumn_crops.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
8 changes: 1 addition & 7 deletions
8
common/src/main/resources/data/sereneseasons/tags/item/spring_crops.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
8 changes: 1 addition & 7 deletions
8
common/src/main/resources/data/sereneseasons/tags/item/summer_crops.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
8 changes: 1 addition & 7 deletions
8
common/src/main/resources/data/sereneseasons/tags/item/winter_crops.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,14 +1,8 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"minecraft:oak_sapling", | ||
"#sereneseasons:year_round_crops", | ||
"minecraft:spruce_sapling", | ||
"minecraft:red_mushroom", | ||
"minecraft:brown_mushroom", | ||
"minecraft:nether_wart", | ||
"minecraft:crimson_fungus", | ||
"minecraft:warped_fungus", | ||
"minecraft:glow_berries", | ||
"minecraft:sweet_berries" | ||
] | ||
} |
12 changes: 12 additions & 0 deletions
12
common/src/main/resources/data/sereneseasons/tags/item/year_round_crops.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": [ | ||
"minecraft:oak_sapling", | ||
"minecraft:red_mushroom", | ||
"minecraft:brown_mushroom", | ||
"minecraft:nether_wart", | ||
"minecraft:crimson_fungus", | ||
"minecraft:warped_fungus", | ||
"minecraft:glow_berries" | ||
] | ||
} |
File renamed without changes