-
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.20.1] Backport of add year_round_crops Block and Item Tags, and Fi…
…x Forge Logo not showing up (#532) * Backport of add year_round_crops Block and Item Tags * Fix Logo not displaying on Forge * Build Updates * Push Loom to 1.10
- Loading branch information
Showing
24 changed files
with
150 additions
and
199 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,5 @@ build | |
# other | ||
eclipse | ||
run | ||
runs | ||
runs | ||
*.cache |
22 changes: 0 additions & 22 deletions
22
common/src/generated/resources/.cache/34eff76d8db6df414572b0996d464f3a4bc943ee
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
common/src/generated/resources/.cache/51dc2b66606c1345aa908ef96784ba8686abe32c
This file was deleted.
Oops, something went wrong.
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
29 changes: 11 additions & 18 deletions
29
common/src/main/resources/data/sereneseasons/tags/blocks/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,13 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"minecraft:oak_sapling", | ||
"minecraft:birch_sapling", | ||
"minecraft:spruce_sapling", | ||
"minecraft:dark_oak_sapling", | ||
"minecraft:red_mushroom", | ||
"minecraft:brown_mushroom", | ||
"minecraft:nether_wart", | ||
"minecraft:crimson_fungus", | ||
"minecraft:warped_fungus", | ||
"minecraft:cave_vines", | ||
"minecraft:cave_vines_plant", | ||
"minecraft:wheat", | ||
"minecraft:pumpkin_stem", | ||
"minecraft:beetroots", | ||
"minecraft:carrots" | ||
] | ||
"replace": false, | ||
"values": [ | ||
"#sereneseasons:year_round_crops", | ||
"minecraft:birch_sapling", | ||
"minecraft:spruce_sapling", | ||
"minecraft:dark_oak_sapling", | ||
"minecraft:wheat", | ||
"minecraft:pumpkin_stem", | ||
"minecraft:beetroots", | ||
"minecraft:carrots" | ||
] | ||
} |
35 changes: 14 additions & 21 deletions
35
common/src/main/resources/data/sereneseasons/tags/blocks/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,16 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"minecraft:oak_sapling", | ||
"minecraft:birch_sapling", | ||
"minecraft:spruce_sapling", | ||
"minecraft:cherry_sapling", | ||
"minecraft:azalea", | ||
"minecraft:flowering_azalea", | ||
"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:bamboo", | ||
"minecraft:bamboo_sapling", | ||
"minecraft:carrots", | ||
"minecraft:potatoes" | ||
] | ||
"replace": false, | ||
"values": [ | ||
"#sereneseasons:year_round_crops", | ||
"minecraft:birch_sapling", | ||
"minecraft:spruce_sapling", | ||
"minecraft:cherry_sapling", | ||
"minecraft:azalea", | ||
"minecraft:flowering_azalea", | ||
"minecraft:sweet_berry_bush", | ||
"minecraft:bamboo", | ||
"minecraft:bamboo_sapling", | ||
"minecraft:carrots", | ||
"minecraft:potatoes" | ||
] | ||
} |
45 changes: 19 additions & 26 deletions
45
common/src/main/resources/data/sereneseasons/tags/blocks/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,21 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"minecraft:oak_sapling", | ||
"minecraft:jungle_sapling", | ||
"minecraft:acacia_sapling", | ||
"minecraft:mangrove_leaves", | ||
"minecraft:mangrove_propagule", | ||
"minecraft:azalea", | ||
"minecraft:flowering_azalea", | ||
"minecraft:red_mushroom", | ||
"minecraft:brown_mushroom", | ||
"minecraft:nether_wart", | ||
"minecraft:crimson_fungus", | ||
"minecraft:warped_fungus", | ||
"minecraft:cave_vines", | ||
"minecraft:cave_vines_plant", | ||
"minecraft:bamboo", | ||
"minecraft:bamboo_sapling", | ||
"minecraft:cactus", | ||
"minecraft:sugar_cane", | ||
"minecraft:wheat", | ||
"minecraft:melon_stem", | ||
"minecraft:cocoa", | ||
"minecraft:torchflower_crop", | ||
"minecraft:pitcher_crop" | ||
] | ||
"replace": false, | ||
"values": [ | ||
"#sereneseasons:year_round_crops", | ||
"minecraft:jungle_sapling", | ||
"minecraft:acacia_sapling", | ||
"minecraft:mangrove_leaves", | ||
"minecraft:mangrove_propagule", | ||
"minecraft:azalea", | ||
"minecraft:flowering_azalea", | ||
"minecraft:bamboo", | ||
"minecraft:bamboo_sapling", | ||
"minecraft:cactus", | ||
"minecraft:sugar_cane", | ||
"minecraft:wheat", | ||
"minecraft:melon_stem", | ||
"minecraft:cocoa", | ||
"minecraft:torchflower_crop", | ||
"minecraft:pitcher_crop" | ||
] | ||
} |
19 changes: 6 additions & 13 deletions
19
common/src/main/resources/data/sereneseasons/tags/blocks/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", | ||
"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" | ||
] | ||
"replace": false, | ||
"values": [ | ||
"#sereneseasons:year_round_crops", | ||
"minecraft:spruce_sapling", | ||
"minecraft:sweet_berry_bush" | ||
] | ||
} |
13 changes: 13 additions & 0 deletions
13
common/src/main/resources/data/sereneseasons/tags/blocks/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" | ||
] | ||
} |
28 changes: 11 additions & 17 deletions
28
common/src/main/resources/data/sereneseasons/tags/items/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,13 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"minecraft:oak_sapling", | ||
"minecraft:birch_sapling", | ||
"minecraft:spruce_sapling", | ||
"minecraft:dark_oak_sapling", | ||
"minecraft:red_mushroom", | ||
"minecraft:brown_mushroom", | ||
"minecraft:nether_wart", | ||
"minecraft:crimson_fungus", | ||
"minecraft:warped_fungus", | ||
"minecraft:glow_berries", | ||
"minecraft:wheat_seeds", | ||
"minecraft:pumpkin_seeds", | ||
"minecraft:beetroot_seeds", | ||
"minecraft:carrot" | ||
] | ||
"replace": false, | ||
"values": [ | ||
"#sereneseasons:year_round_crops", | ||
"minecraft:birch_sapling", | ||
"minecraft:spruce_sapling", | ||
"minecraft:dark_oak_sapling", | ||
"minecraft:wheat_seeds", | ||
"minecraft:pumpkin_seeds", | ||
"minecraft:beetroot_seeds", | ||
"minecraft:carrot" | ||
] | ||
} |
32 changes: 13 additions & 19 deletions
32
common/src/main/resources/data/sereneseasons/tags/items/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,15 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"minecraft:oak_sapling", | ||
"minecraft:birch_sapling", | ||
"minecraft:spruce_sapling", | ||
"minecraft:cherry_sapling", | ||
"minecraft:azalea", | ||
"minecraft:flowering_azalea", | ||
"minecraft:red_mushroom", | ||
"minecraft:brown_mushroom", | ||
"minecraft:nether_wart", | ||
"minecraft:crimson_fungus", | ||
"minecraft:warped_fungus", | ||
"minecraft:glow_berries", | ||
"minecraft:sweet_berries", | ||
"minecraft:bamboo", | ||
"minecraft:carrot", | ||
"minecraft:potato" | ||
] | ||
"replace": false, | ||
"values": [ | ||
"#sereneseasons:year_round_crops", | ||
"minecraft:birch_sapling", | ||
"minecraft:spruce_sapling", | ||
"minecraft:cherry_sapling", | ||
"minecraft:azalea", | ||
"minecraft:flowering_azalea", | ||
"minecraft:sweet_berries", | ||
"minecraft:bamboo", | ||
"minecraft:carrot", | ||
"minecraft:potato" | ||
] | ||
} |
42 changes: 18 additions & 24 deletions
42
common/src/main/resources/data/sereneseasons/tags/items/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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,20 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"minecraft:oak_sapling", | ||
"minecraft:jungle_sapling", | ||
"minecraft:acacia_sapling", | ||
"minecraft:mangrove_leaves", | ||
"minecraft:mangrove_propagule", | ||
"minecraft:azalea", | ||
"minecraft:flowering_azalea", | ||
"minecraft:red_mushroom", | ||
"minecraft:brown_mushroom", | ||
"minecraft:nether_wart", | ||
"minecraft:crimson_fungus", | ||
"minecraft:warped_fungus", | ||
"minecraft:glow_berries", | ||
"minecraft:bamboo", | ||
"minecraft:cactus", | ||
"minecraft:sugar_cane", | ||
"minecraft:wheat_seeds", | ||
"minecraft:melon_seeds", | ||
"minecraft:cocoa_beans", | ||
"minecraft:torchflower_seeds", | ||
"minecraft:pitcher_pod" | ||
] | ||
"replace": false, | ||
"values": [ | ||
"#sereneseasons:year_round_crops", | ||
"minecraft:jungle_sapling", | ||
"minecraft:acacia_sapling", | ||
"minecraft:mangrove_leaves", | ||
"minecraft:mangrove_propagule", | ||
"minecraft:azalea", | ||
"minecraft:flowering_azalea", | ||
"minecraft:bamboo", | ||
"minecraft:cactus", | ||
"minecraft:sugar_cane", | ||
"minecraft:wheat_seeds", | ||
"minecraft:melon_seeds", | ||
"minecraft:cocoa_beans", | ||
"minecraft:torchflower_seeds", | ||
"minecraft:pitcher_pod" | ||
] | ||
} |
18 changes: 6 additions & 12 deletions
18
common/src/main/resources/data/sereneseasons/tags/items/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", | ||
"minecraft:spruce_sapling", | ||
"minecraft:red_mushroom", | ||
"minecraft:brown_mushroom", | ||
"minecraft:nether_wart", | ||
"minecraft:crimson_fungus", | ||
"minecraft:warped_fungus", | ||
"minecraft:glow_berries", | ||
"minecraft:sweet_berries" | ||
] | ||
"replace": false, | ||
"values": [ | ||
"#sereneseasons:year_round_crops", | ||
"minecraft:spruce_sapling", | ||
"minecraft:sweet_berries" | ||
] | ||
} |
12 changes: 12 additions & 0 deletions
12
common/src/main/resources/data/sereneseasons/tags/items/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" | ||
] | ||
} |
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,6 @@ | ||
{ | ||
"pack": { | ||
"description": "Resources used for Serene Seasons", | ||
"pack_format": 13 | ||
"pack_format": 15 | ||
} | ||
} |
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
File renamed without changes
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
Oops, something went wrong.