Skip to content

Commit bace5b4

Browse files
authored
Merge pull request #9 from azkbbys/main
feat: add spiderweb, snow_grass, a-z block, *_grass, *_grass_all recipe
2 parents 9209c6e + d5327a2 commit bace5b4

47 files changed

Lines changed: 369 additions & 1 deletion

Some content is hidden

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

block_id.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
"675": "box3:pink_grass_all",
329329
"677": "box3:light_blue_grass",
330330
"679": "box3:light_blue_grass_all",
331-
"681": "box3:light_purple_grass_",
331+
"681": "box3:light_purple_grass",
332332
"683": "box3:light_purple_grass_all",
333333
"685": "box3:dark_red_grass",
334334
"687": "box3:dark_red_grass_all",
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": [
4+
"# ",
5+
" B"
6+
],
7+
"key": {
8+
"#": "box3:zero",
9+
"B": "box3:one"
10+
},
11+
"result": {
12+
"id": "box3:a",
13+
"count": 2
14+
},
15+
"group": "letters"
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": [
4+
"# ",
5+
" B"
6+
],
7+
"key": {
8+
"#": "box3:zero",
9+
"B": "box3:two"
10+
},
11+
"result": {
12+
"id": "box3:b",
13+
"count": 2
14+
},
15+
"group": "letters"
16+
}
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"type": "minecraft:crafting_shapeless",
3+
"ingredients": [
4+
"box3:grass",
5+
"minecraft:blue_dye"
6+
],
7+
"result": {
8+
"id": "box3:blue_grass",
9+
"count": 1
10+
},
11+
"group": "grass"
12+
}
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": [
4+
"###",
5+
"# #",
6+
"###"
7+
],
8+
"key": {
9+
"#": "box3:blue_grass"
10+
},
11+
"result": {
12+
"id": "box3:blue_grass_all",
13+
"count": 8
14+
},
15+
"group": "grass"
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+
" B ",
5+
"B#B",
6+
" B "
7+
],
8+
"key": {
9+
"#": "box3:grass",
10+
"B": "minecraft:blue_dye"
11+
},
12+
"result": {
13+
"id": "box3:blue_grass_all",
14+
"count": 1
15+
},
16+
"group": "grass"
17+
}
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": [
4+
"# ",
5+
" B"
6+
],
7+
"key": {
8+
"#": "box3:zero",
9+
"B": "box3:three"
10+
},
11+
"result": {
12+
"id": "box3:c",
13+
"count": 2
14+
},
15+
"group": "letters"
16+
}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"type": "minecraft:crafting_shaped", "pattern": ["# ", " B"], "key": {"#": "box3:zero", "B": "box3:four"}, "result": {"id": "box3:d", "count": 2}, "group": "letters"}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"type": "minecraft:crafting_shaped", "pattern": ["# ", " B"], "key": {"#": "box3:zero", "B": "box3:five"}, "result": {"id": "box3:e", "count": 2}, "group": "letters"}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"type": "minecraft:crafting_shaped", "pattern": ["# ", " B"], "key": {"#": "box3:zero", "B": "box3:six"}, "result": {"id": "box3:f", "count": 2}, "group": "letters"}

0 commit comments

Comments
 (0)