-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
199 additions
and
166 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
2 changes: 1 addition & 1 deletion
2
common/src/generated/resources/.cache/34eff76d8db6df414572b0996d464f3a4bc943ee
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
2 changes: 1 addition & 1 deletion
2
common/src/generated/resources/.cache/51dc2b66606c1345aa908ef96784ba8686abe32c
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
common/src/generated/resources/.cache/9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e
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 @@ | ||
// 1.20.6 2024-05-05T10:18:49.3999887 Recipes | ||
e072858e57ee517a9ad673759ea337523f1faf58 data/sereneseasons/advancements/recipes/redstone/season_sensor.json | ||
a6e2e9061195651e5a5ebe536429b983725e47a8 data/sereneseasons/advancements/recipes/tools/calendar.json | ||
6dcfb1f16a07426dedd4bb0c22cf7e8875aaa637 data/sereneseasons/recipes/calendar.json | ||
3a8122eb3cd03dfa946e5daabcc7c0a9813346e2 data/sereneseasons/recipes/season_sensor.json |
33 changes: 16 additions & 17 deletions
33
...ments/recipes/redstone/season_sensor.json → ...ments/recipes/redstone/season_sensor.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,33 +1,32 @@ | ||
{ | ||
"rewards": { | ||
"recipes": [ | ||
"sereneseasons:season_sensor" | ||
] | ||
}, | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "sereneseasons:season_sensor" | ||
} | ||
}, | ||
"has_calendar": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"sereneseasons:calendar" | ||
] | ||
"items": "sereneseasons:calendar" | ||
} | ||
] | ||
} | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "sereneseasons:season_sensor" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_calendar" | ||
] | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"sereneseasons:season_sensor" | ||
] | ||
} | ||
} |
29 changes: 14 additions & 15 deletions
29
.../advancements/recipes/tools/calendar.json → .../advancements/recipes/tools/calendar.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,33 +1,32 @@ | ||
{ | ||
"rewards": { | ||
"recipes": [ | ||
"sereneseasons:calendar" | ||
] | ||
}, | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_clock": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"minecraft:clock" | ||
] | ||
"items": "minecraft:clock" | ||
} | ||
] | ||
} | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "sereneseasons:calendar" | ||
} | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_clock", | ||
"has_the_recipe" | ||
"has_the_recipe", | ||
"has_clock" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"sereneseasons:calendar" | ||
] | ||
] | ||
} | ||
} |
22 changes: 12 additions & 10 deletions
22
.../data/sereneseasons/recipes/calendar.json → .../data/sereneseasons/recipes/calendar.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,21 @@ | ||
{ | ||
"type": "crafting_shaped", | ||
"pattern": [ | ||
"PPP", | ||
"PCP", | ||
"PPP" | ||
], | ||
"type": "minecraft:crafting_shaped", | ||
"category": "equipment", | ||
"key": { | ||
"C": { | ||
"item": "minecraft:clock" | ||
}, | ||
"P": { | ||
"item": "minecraft:paper" | ||
}, | ||
"C": { | ||
"item": "minecraft:clock" | ||
} | ||
}, | ||
"pattern": [ | ||
"PPP", | ||
"PCP", | ||
"PPP" | ||
], | ||
"result": { | ||
"item": "sereneseasons:calendar" | ||
"count": 1, | ||
"id": "sereneseasons:calendar" | ||
} | ||
} |
27 changes: 27 additions & 0 deletions
27
common/src/generated/resources/data/sereneseasons/recipes/season_sensor.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,27 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "redstone", | ||
"key": { | ||
"#": { | ||
"item": "minecraft:cobblestone_slab" | ||
}, | ||
"C": { | ||
"item": "sereneseasons:calendar" | ||
}, | ||
"G": { | ||
"item": "minecraft:glass" | ||
}, | ||
"Q": { | ||
"item": "minecraft:quartz" | ||
} | ||
}, | ||
"pattern": [ | ||
"GGG", | ||
"QCQ", | ||
"###" | ||
], | ||
"result": { | ||
"count": 1, | ||
"id": "sereneseasons:season_sensor" | ||
} | ||
} |
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
26 changes: 0 additions & 26 deletions
26
common/src/main/resources/data/sereneseasons/recipes/season_sensor.json
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
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.