-
-
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.
- Loading branch information
1 parent
538ab42
commit adabe0b
Showing
73 changed files
with
2,507 additions
and
20 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
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
...urces/data/biomancy/advancements/recipes/biomancy/decomposing/overweight_apple_block.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_overweight_apple_block": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"overweight_farming:overweight_apple_block" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "biomancy:decomposing/overweight_apple_block" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_overweight_apple_block", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"biomancy:decomposing/overweight_apple_block" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
}, | ||
"conditions": [ | ||
{ | ||
"type": "forge:mod_loaded", | ||
"modid": "overweight_farming" | ||
} | ||
] | ||
} | ||
] | ||
} |
47 changes: 47 additions & 0 deletions
47
...ata/biomancy/advancements/recipes/biomancy/decomposing/overweight_baked_potato_block.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_overweight_baked_potato_block": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"overweight_farming:overweight_baked_potato_block" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "biomancy:decomposing/overweight_baked_potato_block" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_overweight_baked_potato_block", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"biomancy:decomposing/overweight_baked_potato_block" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
}, | ||
"conditions": [ | ||
{ | ||
"type": "forge:mod_loaded", | ||
"modid": "overweight_farming" | ||
} | ||
] | ||
} | ||
] | ||
} |
47 changes: 47 additions & 0 deletions
47
...es/data/biomancy/advancements/recipes/biomancy/decomposing/overweight_beetroot_block.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_overweight_beetroot_block": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"overweight_farming:overweight_beetroot_block" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "biomancy:decomposing/overweight_beetroot_block" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_overweight_beetroot_block", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"biomancy:decomposing/overweight_beetroot_block" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
}, | ||
"conditions": [ | ||
{ | ||
"type": "forge:mod_loaded", | ||
"modid": "overweight_farming" | ||
} | ||
] | ||
} | ||
] | ||
} |
51 changes: 51 additions & 0 deletions
51
...ces/data/biomancy/advancements/recipes/biomancy/decomposing/overweight_cabbage_block.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,51 @@ | ||
{ | ||
"advancements": [ | ||
{ | ||
"advancement": { | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_overweight_cabbage_block": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"overweight_farming:overweight_cabbage_block" | ||
] | ||
} | ||
] | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "biomancy:decomposing/overweight_cabbage_block" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_overweight_cabbage_block", | ||
"has_the_recipe" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"biomancy:decomposing/overweight_cabbage_block" | ||
] | ||
}, | ||
"sends_telemetry_event": false | ||
}, | ||
"conditions": [ | ||
{ | ||
"type": "forge:mod_loaded", | ||
"modid": "overweight_farming" | ||
}, | ||
{ | ||
"type": "forge:mod_loaded", | ||
"modid": "farmersdelight" | ||
} | ||
] | ||
} | ||
] | ||
} |
Oops, something went wrong.