generated from NeoForgeMDKs/MDK-1.21-NeoGradle
-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
8eb602c
commit 4c8038a
Showing
8 changed files
with
140 additions
and
42 deletions.
There are no files selected for viewing
4 changes: 3 additions & 1 deletion
4
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 |
---|---|---|
@@ -1 +1,3 @@ | ||
// 1.21.1 2024-10-12T17:59:11.663395815 Recipes | ||
// 1.21.1 2024-11-10T11:12:05.0127252 Recipes | ||
3e6e10b5b918f24573e390baf114595590f1a8c3 data/carbort/advancement/recipes/misc/unstable_ingot.json | ||
254d13fee08e76f937288a3cc1867cade30d0299 data/carbort/recipe/unstable_ingot.json |
32 changes: 32 additions & 0 deletions
32
src/generated/resources/data/carbort/advancement/recipes/misc/unstable_ingot.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,32 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_item": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "carbort:division_sigil" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "carbort:unstable_ingot" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_item" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"carbort:unstable_ingot" | ||
] | ||
} | ||
} |
24 changes: 24 additions & 0 deletions
24
src/generated/resources/data/carbort/recipe/unstable_ingot.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,24 @@ | ||
{ | ||
"type": "minecraft:crafting_shaped", | ||
"category": "misc", | ||
"key": { | ||
"#": { | ||
"item": "carbort:division_sigil" | ||
}, | ||
"D": { | ||
"item": "minecraft:diamond" | ||
}, | ||
"I": { | ||
"item": "minecraft:iron_ingot" | ||
} | ||
}, | ||
"pattern": [ | ||
"I", | ||
"#", | ||
"D" | ||
], | ||
"result": { | ||
"count": 1, | ||
"id": "carbort:unstable_ingot" | ||
} | ||
} |
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
15 changes: 0 additions & 15 deletions
15
src/main/resources/data/carbort/recipe/unstable_ingot.json
This file was deleted.
Oops, something went wrong.