-
Notifications
You must be signed in to change notification settings - Fork 267
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
Showing
122 changed files
with
1,344 additions
and
1,056 deletions.
There are no files selected for viewing
114 changes: 113 additions & 1 deletion
114
common/src/generated/resources/.cache/9fb1092f32d4fcbf9e061ffd718d4ec689c6c95e
Large diffs are not rendered by default.
Oops, something went wrong.
26 changes: 13 additions & 13 deletions
26
...ipes/building_blocks/algal_end_stone.json → ...ipes/building_blocks/algal_end_stone.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 |
---|---|---|
@@ -1,34 +1,34 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"biomesoplenty:algal_end_stone" | ||
] | ||
}, | ||
"criteria": { | ||
"has_enderphyte": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"biomesoplenty:enderphyte" | ||
"biomesoplenty:enderphyte" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "biomesoplenty:algal_end_stone" | ||
} | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_enderphyte", | ||
"has_the_recipe" | ||
"has_the_recipe", | ||
"has_enderphyte" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"biomesoplenty:algal_end_stone" | ||
] | ||
] | ||
} | ||
} |
29 changes: 15 additions & 14 deletions
29
...building_blocks/brimstone_brick_slab.json → ...building_blocks/brimstone_brick_slab.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 |
---|---|---|
@@ -1,33 +1,34 @@ | ||
{ | ||
"rewards": { | ||
"recipes": [ | ||
"biomesoplenty:brimstone_brick_slab" | ||
] | ||
}, | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_bricks": { | ||
"trigger": "minecraft:inventory_changed", | ||
"has_brimstone_bricks": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"biomesoplenty:brimstone_bricks" | ||
"biomesoplenty:brimstone_bricks" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "biomesoplenty:brimstone_brick_slab" | ||
} | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_bricks", | ||
"has_the_recipe" | ||
"has_the_recipe", | ||
"has_brimstone_bricks" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"biomesoplenty:brimstone_brick_slab" | ||
] | ||
] | ||
} | ||
} |
28 changes: 14 additions & 14 deletions
28
...b_from_brimstone_bricks_stonecutting.json → ...b_from_brimstone_bricks_stonecutting.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 |
---|---|---|
@@ -1,34 +1,34 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"biomesoplenty:brimstone_brick_slab_from_brimstone_bricks_stonecutting" | ||
] | ||
}, | ||
"criteria": { | ||
"has_brimstone_brick": { | ||
"trigger": "minecraft:inventory_changed", | ||
"has_brimstone_bricks": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"biomesoplenty:brimstone_bricks" | ||
"biomesoplenty:brimstone_bricks" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "biomesoplenty:brimstone_brick_slab_from_brimstone_bricks_stonecutting" | ||
} | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_brimstone_brick", | ||
"has_the_recipe" | ||
"has_the_recipe", | ||
"has_brimstone_bricks" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"biomesoplenty:brimstone_brick_slab_from_brimstone_bricks_stonecutting" | ||
] | ||
] | ||
} | ||
} |
26 changes: 13 additions & 13 deletions
26
...ick_slab_from_brimstone_stonecutting.json → ...ick_slab_from_brimstone_stonecutting.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 |
---|---|---|
@@ -1,34 +1,34 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"biomesoplenty:brimstone_brick_slab_from_brimstone_stonecutting" | ||
] | ||
}, | ||
"criteria": { | ||
"has_brimstone": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"biomesoplenty:brimstone" | ||
"biomesoplenty:brimstone" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "biomesoplenty:brimstone_brick_slab_from_brimstone_stonecutting" | ||
} | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_brimstone", | ||
"has_the_recipe" | ||
"has_the_recipe", | ||
"has_brimstone" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"biomesoplenty:brimstone_brick_slab_from_brimstone_stonecutting" | ||
] | ||
] | ||
} | ||
} |
29 changes: 15 additions & 14 deletions
29
...ilding_blocks/brimstone_brick_stairs.json → ...ilding_blocks/brimstone_brick_stairs.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 |
---|---|---|
@@ -1,33 +1,34 @@ | ||
{ | ||
"rewards": { | ||
"recipes": [ | ||
"biomesoplenty:brimstone_brick_stairs" | ||
] | ||
}, | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_bricks": { | ||
"trigger": "minecraft:inventory_changed", | ||
"has_brimstone_bricks": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"biomesoplenty:brimstone_bricks" | ||
"biomesoplenty:brimstone_bricks" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "biomesoplenty:brimstone_brick_stairs" | ||
} | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_bricks", | ||
"has_the_recipe" | ||
"has_the_recipe", | ||
"has_brimstone_bricks" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"biomesoplenty:brimstone_brick_stairs" | ||
] | ||
] | ||
} | ||
} |
28 changes: 14 additions & 14 deletions
28
...s_from_brimstone_bricks_stonecutting.json → ...s_from_brimstone_bricks_stonecutting.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 |
---|---|---|
@@ -1,34 +1,34 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"biomesoplenty:brimstone_brick_stairs_from_brimstone_bricks_stonecutting" | ||
] | ||
}, | ||
"criteria": { | ||
"has_brimstone_brick": { | ||
"trigger": "minecraft:inventory_changed", | ||
"has_brimstone_bricks": { | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"biomesoplenty:brimstone_bricks" | ||
"biomesoplenty:brimstone_bricks" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "biomesoplenty:brimstone_brick_stairs_from_brimstone_bricks_stonecutting" | ||
} | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_brimstone_brick", | ||
"has_the_recipe" | ||
"has_the_recipe", | ||
"has_brimstone_bricks" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"biomesoplenty:brimstone_brick_stairs_from_brimstone_bricks_stonecutting" | ||
] | ||
] | ||
} | ||
} |
26 changes: 13 additions & 13 deletions
26
...k_stairs_from_brimstone_stonecutting.json → ...k_stairs_from_brimstone_stonecutting.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 |
---|---|---|
@@ -1,34 +1,34 @@ | ||
{ | ||
"parent": "minecraft:recipes/root", | ||
"rewards": { | ||
"recipes": [ | ||
"biomesoplenty:brimstone_brick_stairs_from_brimstone_stonecutting" | ||
] | ||
}, | ||
"criteria": { | ||
"has_brimstone": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"biomesoplenty:brimstone" | ||
"biomesoplenty:brimstone" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "biomesoplenty:brimstone_brick_stairs_from_brimstone_stonecutting" | ||
} | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_brimstone", | ||
"has_the_recipe" | ||
"has_the_recipe", | ||
"has_brimstone" | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"biomesoplenty:brimstone_brick_stairs_from_brimstone_stonecutting" | ||
] | ||
] | ||
} | ||
} |
31 changes: 16 additions & 15 deletions
31
...pes/building_blocks/brimstone_bricks.json → ...pes/building_blocks/brimstone_bricks.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 |
---|---|---|
@@ -1,33 +1,34 @@ | ||
{ | ||
"rewards": { | ||
"recipes": [ | ||
"biomesoplenty:brimstone_bricks" | ||
] | ||
}, | ||
"parent": "minecraft:recipes/root", | ||
"criteria": { | ||
"has_the_recipe": { | ||
"trigger": "minecraft:recipe_unlocked", | ||
"conditions": { | ||
"recipe": "biomesoplenty:brimstone_bricks" | ||
} | ||
}, | ||
"has_brimstone": { | ||
"trigger": "minecraft:inventory_changed", | ||
"conditions": { | ||
"items": [ | ||
{ | ||
"items": [ | ||
"biomesoplenty:brimstone" | ||
"biomesoplenty:brimstone" | ||
] | ||
} | ||
] | ||
} | ||
}, | ||
"trigger": "minecraft:inventory_changed" | ||
}, | ||
"has_the_recipe": { | ||
"conditions": { | ||
"recipe": "biomesoplenty:brimstone_bricks" | ||
}, | ||
"trigger": "minecraft:recipe_unlocked" | ||
} | ||
}, | ||
"requirements": [ | ||
[ | ||
"has_the_recipe", | ||
"has_brimstone" | ||
] | ||
] | ||
], | ||
"rewards": { | ||
"recipes": [ | ||
"biomesoplenty:brimstone_bricks" | ||
] | ||
} | ||
} |
Oops, something went wrong.