Skip to content

Commit f3d319b

Browse files
authored
Merge pull request #19 from azkbbys/main
feat: add wood, *_green, green_light, mint_green_light, some blue-related blocks recipes
2 parents e3de9b1 + ccc9b2e commit f3d319b

24 files changed

Lines changed: 306 additions & 0 deletions
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"type": "minecraft:crafting_shaped",
3+
"pattern": [
4+
"###",
5+
"###",
6+
"###"
7+
],
8+
"key": {
9+
"#": "minecraft:blue_dye"
10+
},
11+
"result": {
12+
"id": "box3:blue",
13+
"count": 9
14+
}
15+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"type": "minecraft:crafting_shapeless",
3+
"ingredients": [
4+
"box3:blue",
5+
"minecraft:torch"
6+
],
7+
"result": {
8+
"id": "box3:blue_light",
9+
"count": 1
10+
}
11+
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"type": "minecraft:crafting_shapeless",
3+
"ingredients": [
4+
"box3:sky_blue",
5+
"box3:powder_blue"
6+
],
7+
"result": {
8+
"id": "box3:cadet_blue",
9+
"count": 2
10+
}
11+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "minecraft:crafting_shapeless",
3+
"ingredients": ["box3:grass", "box3:grass", "minecraft:black_dye", "minecraft:blue_dye"],
4+
"result": {
5+
"id": "box3:dark_blue_grass",
6+
"count": 2
7+
},
8+
"group": "dark_blue_grass"
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "minecraft:crafting_shapeless",
3+
"ingredients": ["minecraft:dirt", "minecraft:dirt", "minecraft:dirt", "minecraft:dirt", "minecraft:black_dye", "minecraft:blue_dye"],
4+
"result": {
5+
"id": "box3:dark_blue_grass",
6+
"count": 2
7+
},
8+
"group": "dark_blue_grass"
9+
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"type": "minecraft:crafting_shaped",
3+
"pattern": ["###",
4+
"# #",
5+
"###"],
6+
"key": {
7+
"#": "box3:dark_blue_grass"
8+
},
9+
"result": {
10+
"id": "box3:dark_blue_grass_all",
11+
"count": 8
12+
},
13+
"group": "dark_blue_grass_all"
14+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"type": "minecraft:crafting_shaped",
3+
"pattern": [" B ",
4+
"C#C",
5+
" B "],
6+
"key": {
7+
"#": "box3:grass",
8+
"B": "minecraft:blue_dye",
9+
"C": "minecraft:black_dye"
10+
},
11+
"result": {
12+
"id": "box3:dark_blue_grass_all",
13+
"count": 1
14+
},
15+
"group": "dark_blue_grass_all"
16+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"type": "minecraft:crafting_shaped",
3+
"pattern": [" B ",
4+
"C#C",
5+
" B "],
6+
"key": {
7+
"#": "box3:grass",
8+
"B": "minecraft:blue_dye",
9+
"C": "minecraft:black_dye"
10+
},
11+
"result": {
12+
"id": "box3:dark_blue_grass_all",
13+
"count": 1
14+
},
15+
"group": "dark_blue_grass_all"
16+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"type": "minecraft:crafting_shaped",
3+
"pattern": [
4+
"###",
5+
"#B#",
6+
"###"
7+
],
8+
"key": {
9+
"#": "box3:sky_blue",
10+
"B": "minecraft:black_dye"
11+
},
12+
"result": {
13+
"id": "box3:dark_slate_blue",
14+
"count": 8
15+
},
16+
"group": "dark_slate_blue"
17+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"type": "minecraft:crafting_shaped",
3+
"pattern": [
4+
"###",
5+
"#B#",
6+
"###"
7+
],
8+
"key": {
9+
"#": "box3:blue",
10+
"B": "minecraft:gray_dye"
11+
},
12+
"result": {
13+
"id": "box3:dark_slate_blue",
14+
"count": 8
15+
},
16+
"group": "dark_slate_blue"
17+
}

0 commit comments

Comments
 (0)