Skip to content

Commit 4fa0e22

Browse files
committed
Deepslate/Stone stonecutting changes + wandering trader trades
1 parent bc4db09 commit 4fa0e22

31 files changed

Lines changed: 502 additions & 19 deletions

File tree

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_deepslate": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "minecraft:deepslate"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "blockus:cobbled_deepslate_brick_slab_from_deepslate_stonecutting"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_deepslate"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"blockus:cobbled_deepslate_brick_slab_from_deepslate_stonecutting"
30+
]
31+
}
32+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_deepslate": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "minecraft:deepslate"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "blockus:cobbled_deepslate_brick_stairs_from_deepslate_stonecutting"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_deepslate"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"blockus:cobbled_deepslate_brick_stairs_from_deepslate_stonecutting"
30+
]
31+
}
32+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_deepslate": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "minecraft:deepslate"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "blockus:cobbled_deepslate_brick_wall_from_deepslate_stonecutting"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_deepslate"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"blockus:cobbled_deepslate_brick_wall_from_deepslate_stonecutting"
30+
]
31+
}
32+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_deepslate": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "minecraft:deepslate"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "blockus:cobbled_deepslate_bricks_from_deepslate_stonecutting"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_deepslate"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"blockus:cobbled_deepslate_bricks_from_deepslate_stonecutting"
30+
]
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_stone": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "minecraft:stone"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "blockus:cobblestone_brick_slab_from_stone_stonecutting"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_stone"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"blockus:cobblestone_brick_slab_from_stone_stonecutting"
30+
]
31+
}
32+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_stone": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "minecraft:stone"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "blockus:cobblestone_brick_stairs_from_stone_stonecutting"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_stone"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"blockus:cobblestone_brick_stairs_from_stone_stonecutting"
30+
]
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_stone": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "minecraft:stone"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "blockus:cobblestone_brick_wall_from_stone_stonecutting"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_stone"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"blockus:cobblestone_brick_wall_from_stone_stonecutting"
30+
]
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_stone": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "minecraft:stone"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "blockus:cobblestone_bricks_from_stone_stonecutting"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_stone"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"blockus:cobblestone_bricks_from_stone_stonecutting"
30+
]
31+
}
32+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_deepslate": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "minecraft:deepslate"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "blockus:deepslate_circular_paving_from_deepslate_stonecutting"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_deepslate"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"blockus:deepslate_circular_paving_from_deepslate_stonecutting"
30+
]
31+
}
32+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_deepslate": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "minecraft:deepslate"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "blockus:deepslate_pillar_from_deepslate_stonecutting"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_deepslate"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"blockus:deepslate_pillar_from_deepslate_stonecutting"
30+
]
31+
}
32+
}

0 commit comments

Comments
 (0)