Skip to content

Commit 302413f

Browse files
committed
Add dyeing recipes for painted furniture
1 parent efebb69 commit 302413f

File tree

386 files changed

+10421
-13
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

386 files changed

+10421
-13
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"parent": "minecraft:recipes/root",
3+
"criteria": {
4+
"has_bench": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "#adorn:benches"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "minecraft:black_bench_from_dyeing"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_bench"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"minecraft:black_bench_from_dyeing"
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_chair": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "#adorn:chairs"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "minecraft:black_chair_from_dyeing"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_chair"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"minecraft:black_chair_from_dyeing"
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_coffee_table": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "#adorn:coffee_tables"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "minecraft:black_coffee_table_from_dyeing"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_coffee_table"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"minecraft:black_coffee_table_from_dyeing"
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_drawer": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "#adorn:drawers"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "minecraft:black_drawer_from_dyeing"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_drawer"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"minecraft:black_drawer_from_dyeing"
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_kitchen_counter": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "#adorn:kitchen_counters"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "minecraft:black_kitchen_counter_from_dyeing"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_kitchen_counter"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"minecraft:black_kitchen_counter_from_dyeing"
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_kitchen_cupboard": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "#adorn:kitchen_cupboards"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "minecraft:black_kitchen_cupboard_from_dyeing"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_kitchen_cupboard"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"minecraft:black_kitchen_cupboard_from_dyeing"
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_kitchen_sink": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "#adorn:kitchen_sinks"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "minecraft:black_kitchen_sink_from_dyeing"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_kitchen_sink"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"minecraft:black_kitchen_sink_from_dyeing"
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_platform": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "#adorn:wooden_platforms"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "minecraft:black_platform_from_dyeing"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_platform"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"minecraft:black_platform_from_dyeing"
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_post": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "#adorn:wooden_posts"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "minecraft:black_post_from_dyeing"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_post"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"minecraft:black_post_from_dyeing"
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_shelf": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "#adorn:wooden_shelves"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "minecraft:black_shelf_from_dyeing"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_shelf"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"minecraft:black_shelf_from_dyeing"
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_step": {
5+
"conditions": {
6+
"items": [
7+
{
8+
"items": "#adorn:wooden_steps"
9+
}
10+
]
11+
},
12+
"trigger": "minecraft:inventory_changed"
13+
},
14+
"has_the_recipe": {
15+
"conditions": {
16+
"recipe": "minecraft:black_step_from_dyeing"
17+
},
18+
"trigger": "minecraft:recipe_unlocked"
19+
}
20+
},
21+
"requirements": [
22+
[
23+
"has_the_recipe",
24+
"has_step"
25+
]
26+
],
27+
"rewards": {
28+
"recipes": [
29+
"minecraft:black_step_from_dyeing"
30+
]
31+
}
32+
}

0 commit comments

Comments
 (0)