-
-
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: make all BoP flesh blocks decomposable
- Loading branch information
1 parent
80c6f5e
commit 4ec514f
Showing
15 changed files
with
486 additions
and
8 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
47 changes: 47 additions & 0 deletions
47
...biomancy/advancements/recipes/biomancy/decomposing/biomesoplenty_eyebulb_decomposing.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,47 @@ | ||
{ | ||
"advancements": [ | ||
{ | ||
"advancement": { | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_bile": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"biomancy:bile" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "biomancy:decomposing/biomesoplenty_eyebulb_decomposing" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_bile", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"biomancy:decomposing/biomesoplenty_eyebulb_decomposing" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
}, | ||
"conditions": [ | ||
{ | ||
"type": "forge:mod_loaded", | ||
"modid": "biomesoplenty" | ||
} | ||
] | ||
} | ||
] | ||
} |
47 changes: 47 additions & 0 deletions
47
...a/biomancy/advancements/recipes/biomancy/decomposing/biomesoplenty_flesh_decomposing.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,47 @@ | ||
{ | ||
"advancements": [ | ||
{ | ||
"advancement": { | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_flesh_bits": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"biomancy:flesh_bits" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "biomancy:decomposing/biomesoplenty_flesh_decomposing" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_flesh_bits", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"biomancy:decomposing/biomesoplenty_flesh_decomposing" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
}, | ||
"conditions": [ | ||
{ | ||
"type": "forge:mod_loaded", | ||
"modid": "biomesoplenty" | ||
} | ||
] | ||
} | ||
] | ||
} |
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
47 changes: 47 additions & 0 deletions
47
...ncements/recipes/biomancy/decomposing/biomesoplenty_flesh_tendons_strand_decomposing.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,47 @@ | ||
{ | ||
"advancements": [ | ||
{ | ||
"advancement": { | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_elastic_fibers": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"biomancy:elastic_fibers" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "biomancy:decomposing/biomesoplenty_flesh_tendons_strand_decomposing" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_elastic_fibers", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"biomancy:decomposing/biomesoplenty_flesh_tendons_strand_decomposing" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
}, | ||
"conditions": [ | ||
{ | ||
"type": "forge:mod_loaded", | ||
"modid": "biomesoplenty" | ||
} | ||
] | ||
} | ||
] | ||
} |
47 changes: 47 additions & 0 deletions
47
...ta/biomancy/advancements/recipes/biomancy/decomposing/biomesoplenty_hair_decomposing.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,47 @@ | ||
{ | ||
"advancements": [ | ||
{ | ||
"advancement": { | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_mineral_fragment": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"biomancy:mineral_fragment" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "biomancy:decomposing/biomesoplenty_hair_decomposing" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_mineral_fragment", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"biomancy:decomposing/biomesoplenty_hair_decomposing" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
}, | ||
"conditions": [ | ||
{ | ||
"type": "forge:mod_loaded", | ||
"modid": "biomesoplenty" | ||
} | ||
] | ||
} | ||
] | ||
} |
47 changes: 47 additions & 0 deletions
47
...ncy/advancements/recipes/biomancy/decomposing/biomesoplenty_porous_flesh_decomposing.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,47 @@ | ||
{ | ||
"advancements": [ | ||
{ | ||
"advancement": { | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_flesh_bits": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"biomancy:flesh_bits" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "biomancy:decomposing/biomesoplenty_porous_flesh_decomposing" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_flesh_bits", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"biomancy:decomposing/biomesoplenty_porous_flesh_decomposing" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
}, | ||
"conditions": [ | ||
{ | ||
"type": "forge:mod_loaded", | ||
"modid": "biomesoplenty" | ||
} | ||
] | ||
} | ||
] | ||
} |
47 changes: 47 additions & 0 deletions
47
...mancy/advancements/recipes/biomancy/decomposing/biomesoplenty_pus_bubble_decomposing.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,47 @@ | ||
{ | ||
"advancements": [ | ||
{ | ||
"advancement": { | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_bile": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"biomancy:bile" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "biomancy:decomposing/biomesoplenty_pus_bubble_decomposing" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_bile", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"biomancy:decomposing/biomesoplenty_pus_bubble_decomposing" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
}, | ||
"conditions": [ | ||
{ | ||
"type": "forge:mod_loaded", | ||
"modid": "biomesoplenty" | ||
} | ||
] | ||
} | ||
] | ||
} |
Oops, something went wrong.