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
ce0a28c
commit 20ee304
Showing
18 changed files
with
154 additions
and
5 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
32 changes: 32 additions & 0 deletions
32
...ed/resources/data/modular_angelring/advancement/recipes/misc/shapeless/fishron_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/fishron_wings" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"criteria" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"modular_angelring:shapeless/fishron_wings" | ||
] | ||
} | ||
} |
32 changes: 32 additions & 0 deletions
32
...ated/resources/data/modular_angelring/advancement/recipes/misc/smithing/fishron_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/fishron_ring" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"criteria" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"modular_angelring:smithing/fishron_ring" | ||
] | ||
} | ||
} |
19 changes: 19 additions & 0 deletions
19
src/generated/resources/data/modular_angelring/recipe/shapeless/fishron_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,19 @@ | ||
{ | ||
"type": "minecraft:crafting_shapeless", | ||
"category": "misc", | ||
"ingredients": [ | ||
{ | ||
"item": "modular_angelring:angel_wings" | ||
}, | ||
{ | ||
"item": "minecraft:prismarine_shard" | ||
}, | ||
{ | ||
"item": "minecraft:prismarine_crystals" | ||
} | ||
], | ||
"result": { | ||
"count": 1, | ||
"id": "modular_angelring:fishron_wings" | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
src/generated/resources/data/modular_angelring/recipe/smithing/fishron_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,20 @@ | ||
{ | ||
"type": "minecraft:smithing_transform", | ||
"addition": { | ||
"item": "modular_angelring:fishron_wings" | ||
}, | ||
"base": { | ||
"item": "modular_angelring:angel_ring" | ||
}, | ||
"result": { | ||
"components": { | ||
"minecraft:custom_model_data": 8, | ||
"modular_angelring:wing_component": "FISHRON" | ||
}, | ||
"count": 1, | ||
"id": "modular_angelring:angel_ring" | ||
}, | ||
"template": { | ||
"item": "modular_angelring:angel_ring_upgrade_smithing_template" | ||
} | ||
} |
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
6 changes: 6 additions & 0 deletions
6
src/main/resources/assets/modular_angelring/models/item/fishron_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,6 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "modular_angelring:item/fishron_ring" | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/modular_angelring/models/item/fishron_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,7 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "modular_angelring:item/fishron_wings" | ||
} | ||
} | ||
|
7 changes: 7 additions & 0 deletions
7
src/main/resources/assets/modular_angelring/models/item/fishron_wings_both.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,7 @@ | ||
{ | ||
"parent": "minecraft:item/generated", | ||
"textures": { | ||
"layer0": "modular_angelring:item/fishron_wings_both" | ||
} | ||
} | ||
|
Binary file added
BIN
+513 Bytes
src/main/resources/assets/modular_angelring/textures/item/fishron_ring.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+343 Bytes
src/main/resources/assets/modular_angelring/textures/item/fishron_wings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+936 Bytes
src/main/resources/assets/modular_angelring/textures/item/fishron_wings_both.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.