-
Notifications
You must be signed in to change notification settings - Fork 11
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
16 changed files
with
138 additions
and
7 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
src/generated/resources/.cache/2e975a526352ade1ad4fb90b352cd5fb8d2e73d8
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
4 changes: 2 additions & 2 deletions
4
src/generated/resources/.cache/c622617f6fabf890a00b9275cd5f643584a8a2c8
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,2 +1,2 @@ | ||
// 1.20.1 2024-06-18T13:19:04.9513997 Languages: en_us | ||
ea22cd6250829b21970ec3cfec70d49160031c7c assets/collectorsreap/lang/en_us.json | ||
// 1.20.1 2024-06-18T13:29:29.218921 Languages: en_us | ||
0760fa194c4b0a25cd1ef116eb5e3d074affdf3f assets/collectorsreap/lang/en_us.json |
3 changes: 2 additions & 1 deletion
3
src/generated/resources/.cache/fbd245114a09f38b156d9da7e5324fd159bd1a13
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
6 changes: 6 additions & 0 deletions
6
src/generated/resources/assets/collectorsreap/models/item/beetroot_gummy.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": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "collectorsreap:item/beetroot_gummy" | ||
} | ||
} |
56 changes: 56 additions & 0 deletions
56
src/generated/resources/data/collectorsreap/advancements/recipes/gummy/beetroot.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,56 @@ | ||
{ | ||
"advancements": [ | ||
{ | ||
"advancement": { | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_beetroot": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"minecraft:beetroot" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "collectorsreap:gummy/beetroot" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_beetroot", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"collectorsreap:gummy/beetroot" | ||
] | ||
}, | ||
"sends_telemetry_event": true | ||
}, | ||
"conditions": [ | ||
{ | ||
"type": "forge:and", | ||
"values": [ | ||
{ | ||
"type": "collectorsreap:enabled", | ||
"value": "beetroot_gummy" | ||
}, | ||
{ | ||
"type": "forge:mod_loaded", | ||
"modid": "seasonals" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
] | ||
} |
44 changes: 44 additions & 0 deletions
44
src/generated/resources/data/collectorsreap/recipes/gummy/beetroot.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,44 @@ | ||
{ | ||
"type": "forge:conditional", | ||
"recipes": [ | ||
{ | ||
"conditions": [ | ||
{ | ||
"type": "forge:and", | ||
"values": [ | ||
{ | ||
"type": "collectorsreap:enabled", | ||
"value": "beetroot_gummy" | ||
}, | ||
{ | ||
"type": "forge:mod_loaded", | ||
"modid": "seasonals" | ||
} | ||
] | ||
} | ||
], | ||
"recipe": { | ||
"type": "farmersdelight:cooking", | ||
"cookingtime": 200, | ||
"experience": 1.0, | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:beetroot" | ||
}, | ||
{ | ||
"item": "minecraft:sugar" | ||
}, | ||
{ | ||
"item": "minecraft:honey_bottle" | ||
}, | ||
{ | ||
"item": "minecraft:kelp" | ||
} | ||
], | ||
"result": { | ||
"item": "collectorsreap:beetroot_gummy" | ||
} | ||
} | ||
} | ||
] | ||
} |
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
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