generated from neoforged/MDK
-
Notifications
You must be signed in to change notification settings - Fork 5
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
cbe72ae
commit ce0a28c
Showing
62 changed files
with
988 additions
and
8 deletions.
There are no files selected for viewing
30 changes: 29 additions & 1 deletion
30
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
32 changes: 32 additions & 0 deletions
32
...erated/resources/data/modular_angelring/advancement/recipes/misc/shapeless/bat_wings.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": { | ||
"criteria": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "modular_angelring:angel_wings" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "modular_angelring:shapeless/bat_wings" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"criteria" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"modular_angelring:shapeless/bat_wings" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...resources/data/modular_angelring/advancement/recipes/misc/shapeless/big_dragon_wings.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": { | ||
"criteria": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "modular_angelring:angel_wings" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "modular_angelring:shapeless/big_dragon_wings" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"criteria" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"modular_angelring:shapeless/big_dragon_wings" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...esources/data/modular_angelring/advancement/recipes/misc/shapeless/blue_dragon_wings.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": { | ||
"criteria": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "modular_angelring:angel_wings" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "modular_angelring:shapeless/blue_dragon_wings" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"criteria" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"modular_angelring:shapeless/blue_dragon_wings" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
.../resources/data/modular_angelring/advancement/recipes/misc/shapeless/butterfly_wings.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": { | ||
"criteria": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "modular_angelring:angel_wings" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "modular_angelring:shapeless/butterfly_wings" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"criteria" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"modular_angelring:shapeless/butterfly_wings" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...ted/resources/data/modular_angelring/advancement/recipes/misc/shapeless/dragon_wings.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": { | ||
"criteria": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "modular_angelring:angel_wings" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "modular_angelring:shapeless/dragon_wings" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"criteria" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"modular_angelring:shapeless/dragon_wings" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...rated/resources/data/modular_angelring/advancement/recipes/misc/shapeless/gold_wings.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": { | ||
"criteria": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "modular_angelring:angel_wings" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "modular_angelring:shapeless/gold_wings" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"criteria" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"modular_angelring:shapeless/gold_wings" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...ted/resources/data/modular_angelring/advancement/recipes/misc/shapeless/golden_wings.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": { | ||
"criteria": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "modular_angelring:angel_wings" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "modular_angelring:shapeless/golden_wings" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"criteria" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"modular_angelring:shapeless/golden_wings" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...enerated/resources/data/modular_angelring/advancement/recipes/misc/smithing/bat_ring.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": { | ||
"criteria": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "modular_angelring:angel_ring" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "modular_angelring:smithing/bat_ring" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"criteria" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"modular_angelring:smithing/bat_ring" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...d/resources/data/modular_angelring/advancement/recipes/misc/smithing/big_dragon_ring.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": { | ||
"criteria": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "modular_angelring:angel_ring" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "modular_angelring:smithing/big_dragon_ring" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"criteria" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"modular_angelring:smithing/big_dragon_ring" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
.../resources/data/modular_angelring/advancement/recipes/misc/smithing/blue_dragon_ring.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": { | ||
"criteria": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": "modular_angelring:angel_ring" | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "modular_angelring:smithing/blue_dragon_ring" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"criteria" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"modular_angelring:smithing/blue_dragon_ring" | ||
] | ||
} | ||
} |
Oops, something went wrong.