-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: add player and mob head recipes to the bio-forge
- Loading branch information
1 parent
333e8a3
commit 03f9910
Showing
17 changed files
with
541 additions
and
62 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
35 changes: 35 additions & 0 deletions
35
...data/biomancy/advancements/recipes/biomancy/bio_forging/piglin_head_from_bio_forging.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,35 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_skeleton_skull": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"minecraft:skeleton_skull" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "biomancy:bio_forging/piglin_head_from_bio_forging" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_skeleton_skull", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"biomancy:bio_forging/piglin_head_from_bio_forging" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
35 changes: 35 additions & 0 deletions
35
...data/biomancy/advancements/recipes/biomancy/bio_forging/player_head_from_bio_forging.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,35 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_skeleton_skull": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"minecraft:skeleton_skull" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "biomancy:bio_forging/player_head_from_bio_forging" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_skeleton_skull", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"biomancy:bio_forging/player_head_from_bio_forging" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
35 changes: 35 additions & 0 deletions
35
...a/biomancy/advancements/recipes/biomancy/bio_forging/skeleton_skull_from_bio_forging.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,35 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_skeleton_skull": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"minecraft:skeleton_skull" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "biomancy:bio_forging/skeleton_skull_from_bio_forging" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_skeleton_skull", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"biomancy:bio_forging/skeleton_skull_from_bio_forging" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
35 changes: 35 additions & 0 deletions
35
...ncy/advancements/recipes/biomancy/bio_forging/wither_skeleton_skull_from_bio_forging.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,35 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "biomancy:bio_forging/wither_skeleton_skull_from_bio_forging" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
}, | ||
"has_wither_skeleton_skull": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"minecraft:wither_skeleton_skull" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_wither_skeleton_skull", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"biomancy:bio_forging/wither_skeleton_skull_from_bio_forging" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
} |
26 changes: 26 additions & 0 deletions
26
src/generated/resources/data/biomancy/recipes/bio_forging/piglin_head_from_bio_forging.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,26 @@ | ||
{ | ||
"type": "biomancy:bio_forging", | ||
"bio_forge_tab": "biomancy:components", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:skeleton_skull" | ||
}, | ||
{ | ||
"type": "forge:partial_nbt", | ||
"item": "biomancy:essence", | ||
"nbt": "{essence_data:{entity_type:\"minecraft:piglin\",name:\"entity.minecraft.piglin\"},essence_tier:1}" | ||
}, | ||
{ | ||
"count": 38, | ||
"item": "biomancy:flesh_bits" | ||
}, | ||
{ | ||
"count": 14, | ||
"item": "biomancy:elastic_fibers" | ||
} | ||
], | ||
"nutrientsCost": 4, | ||
"result": { | ||
"item": "minecraft:piglin_head" | ||
} | ||
} |
26 changes: 26 additions & 0 deletions
26
src/generated/resources/data/biomancy/recipes/bio_forging/player_head_from_bio_forging.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,26 @@ | ||
{ | ||
"type": "biomancy:bio_forging", | ||
"bio_forge_tab": "biomancy:components", | ||
"ingredients": [ | ||
{ | ||
"item": "minecraft:skeleton_skull" | ||
}, | ||
{ | ||
"type": "forge:partial_nbt", | ||
"item": "biomancy:essence", | ||
"nbt": "{essence_data:{entity_type:\"minecraft:player\",name:\"entity.minecraft.player\"},essence_tier:1}" | ||
}, | ||
{ | ||
"count": 34, | ||
"item": "biomancy:flesh_bits" | ||
}, | ||
{ | ||
"count": 11, | ||
"item": "biomancy:elastic_fibers" | ||
} | ||
], | ||
"nutrientsCost": 4, | ||
"result": { | ||
"item": "minecraft:player_head" | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
...enerated/resources/data/biomancy/recipes/bio_forging/skeleton_skull_from_bio_forging.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,18 @@ | ||
{ | ||
"type": "biomancy:bio_forging", | ||
"bio_forge_tab": "biomancy:components", | ||
"ingredients": [ | ||
{ | ||
"count": 50, | ||
"item": "biomancy:bone_fragments" | ||
}, | ||
{ | ||
"count": 9, | ||
"item": "biomancy:mineral_fragment" | ||
} | ||
], | ||
"nutrientsCost": 4, | ||
"result": { | ||
"item": "minecraft:skeleton_skull" | ||
} | ||
} |
22 changes: 22 additions & 0 deletions
22
...d/resources/data/biomancy/recipes/bio_forging/wither_skeleton_skull_from_bio_forging.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,22 @@ | ||
{ | ||
"type": "biomancy:bio_forging", | ||
"bio_forge_tab": "biomancy:components", | ||
"ingredients": [ | ||
{ | ||
"count": 50, | ||
"item": "biomancy:bone_fragments" | ||
}, | ||
{ | ||
"count": 9, | ||
"item": "biomancy:mineral_fragment" | ||
}, | ||
{ | ||
"count": 18, | ||
"item": "biomancy:withering_ooze" | ||
} | ||
], | ||
"nutrientsCost": 4, | ||
"result": { | ||
"item": "minecraft:wither_skeleton_skull" | ||
} | ||
} |
4 changes: 4 additions & 0 deletions
4
src/generated/resources/data/biomancy/recipes/special_crafting/player_head.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,4 @@ | ||
{ | ||
"type": "biomancy:crafting_dynamic_player_head", | ||
"category": "misc" | ||
} |
Oops, something went wrong.