Skip to content

Commit a728ec2

Browse files
committed
style: better recipe formatting
1 parent a50aaa5 commit a728ec2

File tree

90 files changed

+313
-91
lines changed

Some content is hidden

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

90 files changed

+313
-91
lines changed

src/data/2re/recipes/undo/slabs/acacia_slab.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"type": "minecraft:crafting_shaped",
33
"group": "undo_slab",
4-
"pattern": ["##"],
54
"key": {
65
"#": {
76
"item": "minecraft:acacia_slab"
87
}
98
},
9+
"pattern": [
10+
"##"
11+
],
1012
"result": {
1113
"item": "minecraft:acacia_planks",
1214
"count": 1

src/data/2re/recipes/undo/slabs/andesite_slab.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"type": "minecraft:crafting_shaped",
33
"group": "undo_slab",
4-
"pattern": ["##"],
54
"key": {
65
"#": {
76
"item": "minecraft:andesite_slab"
87
}
98
},
9+
"pattern": [
10+
"##"
11+
],
1012
"result": {
1113
"item": "minecraft:andesite",
1214
"count": 1

src/data/2re/recipes/undo/slabs/birch_slab.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"type": "minecraft:crafting_shaped",
33
"group": "undo_slab",
4-
"pattern": ["##"],
54
"key": {
65
"#": {
76
"item": "minecraft:birch_slab"
87
}
98
},
9+
"pattern": [
10+
"##"
11+
],
1012
"result": {
1113
"item": "minecraft:birch_planks",
1214
"count": 1

src/data/2re/recipes/undo/slabs/blackstone_slab.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"type": "minecraft:crafting_shaped",
33
"group": "undo_slab",
4-
"pattern": ["##"],
54
"key": {
65
"#": {
76
"item": "minecraft:blackstone_slab"
87
}
98
},
9+
"pattern": [
10+
"##"
11+
],
1012
"result": {
1113
"item": "minecraft:blackstone",
1214
"count": 1

src/data/2re/recipes/undo/slabs/brick_slab.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"type": "minecraft:crafting_shaped",
33
"group": "undo_slab",
4-
"pattern": ["##"],
54
"key": {
65
"#": {
76
"item": "minecraft:brick_slab"
87
}
98
},
9+
"pattern": [
10+
"##"
11+
],
1012
"result": {
1113
"item": "minecraft:bricks",
1214
"count": 1

src/data/2re/recipes/undo/slabs/cobblestone_slab.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"type": "minecraft:crafting_shaped",
33
"group": "undo_slab",
4-
"pattern": ["##"],
54
"key": {
65
"#": {
76
"item": "minecraft:cobblestone_slab"
87
}
98
},
9+
"pattern": [
10+
"##"
11+
],
1012
"result": {
1113
"item": "minecraft:cobblestone",
1214
"count": 1

src/data/2re/recipes/undo/slabs/crimson_slab.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"type": "minecraft:crafting_shaped",
33
"group": "undo_slab",
4-
"pattern": ["##"],
54
"key": {
65
"#": {
76
"item": "minecraft:crimson_slab"
87
}
98
},
9+
"pattern": [
10+
"##"
11+
],
1012
"result": {
1113
"item": "minecraft:crimson_planks",
1214
"count": 1

src/data/2re/recipes/undo/slabs/cut_copper.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"type": "minecraft:crafting_shaped",
33
"group": "undo_slab",
4-
"pattern": ["##"],
54
"key": {
65
"#": {
76
"item": "minecraft:cut_copper_slab"
87
}
98
},
9+
"pattern": [
10+
"##"
11+
],
1012
"result": {
1113
"item": "minecraft:cut_copper"
1214
}

src/data/2re/recipes/undo/slabs/cut_red_sandstone_slab.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22
"type": "minecraft:crafting_shaped",
33
"group": "undo_slab",
44
"group": "undo_slab",
5-
"pattern": ["##"],
65
"key": {
76
"#": {
87
"item": "minecraft:cut_red_sandstone_slab"
98
}
109
},
10+
"pattern": [
11+
"##"
12+
],
1113
"result": {
1214
"item": "minecraft:cut_red_sandstone",
1315
"count": 1

src/data/2re/recipes/undo/slabs/cut_sandstone_slab.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"type": "minecraft:crafting_shaped",
33
"group": "undo_slab",
4-
"pattern": ["##"],
54
"key": {
65
"#": {
76
"item": "minecraft:cut_sandstone_slab"
87
}
98
},
9+
"pattern": [
10+
"##"
11+
],
1012
"result": {
1113
"item": "minecraft:cut_sandstone",
1214
"count": 1

src/data/2re/recipes/undo/slabs/dark_oak_slab.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"type": "minecraft:crafting_shaped",
33
"group": "undo_slab",
4-
"pattern": ["##"],
54
"key": {
65
"#": {
76
"item": "minecraft:dark_oak_slab"
87
}
98
},
9+
"pattern": [
10+
"##"
11+
],
1012
"result": {
1113
"item": "minecraft:dark_oak_planks",
1214
"count": 1

src/data/2re/recipes/undo/slabs/dark_prismarine_slab.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"type": "minecraft:crafting_shaped",
33
"group": "undo_slab",
4-
"pattern": ["##"],
54
"key": {
65
"#": {
76
"item": "minecraft:dark_prismarine_slab"
87
}
98
},
9+
"pattern": [
10+
"##"
11+
],
1012
"result": {
1113
"item": "minecraft:dark_prismarine",
1214
"count": 1

src/data/2re/recipes/undo/slabs/diorite_slab.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"type": "minecraft:crafting_shaped",
33
"group": "undo_slab",
4-
"pattern": ["##"],
54
"key": {
65
"#": {
76
"item": "minecraft:diorite_slab"
87
}
98
},
9+
"pattern": [
10+
"##"
11+
],
1012
"result": {
1113
"item": "minecraft:diorite",
1214
"count": 1

src/data/2re/recipes/undo/slabs/end_stone_brick_slab.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"type": "minecraft:crafting_shaped",
33
"group": "undo_slab",
4-
"pattern": ["##"],
54
"key": {
65
"#": {
76
"item": "minecraft:end_stone_brick_slab"
87
}
98
},
9+
"pattern": [
10+
"##"
11+
],
1012
"result": {
1113
"item": "minecraft:end_stone_bricks",
1214
"count": 1

src/data/2re/recipes/undo/slabs/exposed_cut_copper.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"type": "minecraft:crafting_shaped",
33
"group": "undo_slab",
4-
"pattern": ["##"],
54
"key": {
65
"#": {
76
"item": "minecraft:exposed_cut_copper_slab"
87
}
98
},
9+
"pattern": [
10+
"##"
11+
],
1012
"result": {
1113
"item": "minecraft:exposed_cut_copper",
1214
"count": 1

src/data/2re/recipes/undo/slabs/granite_slab.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"type": "minecraft:crafting_shaped",
33
"group": "undo_slab",
4-
"pattern": ["##"],
54
"key": {
65
"#": {
76
"item": "minecraft:granite_slab"
87
}
98
},
9+
"pattern": [
10+
"##"
11+
],
1012
"result": {
1113
"item": "minecraft:granite",
1214
"count": 1

src/data/2re/recipes/undo/slabs/jungle_slab.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"type": "minecraft:crafting_shaped",
33
"group": "undo_slab",
4-
"pattern": ["##"],
54
"key": {
65
"#": {
76
"item": "minecraft:jungle_slab"
87
}
98
},
9+
"pattern": [
10+
"##"
11+
],
1012
"result": {
1113
"item": "minecraft:jungle_planks",
1214
"count": 1

src/data/2re/recipes/undo/slabs/mangrove_slab.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"type": "minecraft:crafting_shaped",
33
"group": "undo_slab",
4-
"pattern": ["##"],
54
"key": {
65
"#": {
76
"item": "minecraft:mangrove_slab"
87
}
98
},
9+
"pattern": [
10+
"##"
11+
],
1012
"result": {
1113
"item": "minecraft:mangrove_planks",
1214
"count": 1

src/data/2re/recipes/undo/slabs/mossy_cobblestone_slab.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"type": "minecraft:crafting_shaped",
33
"group": "undo_slab",
4-
"pattern": ["##"],
54
"key": {
65
"#": {
76
"item": "minecraft:mossy_cobblestone_slab"
87
}
98
},
9+
"pattern": [
10+
"##"
11+
],
1012
"result": {
1113
"item": "minecraft:mossy_cobblestone",
1214
"count": 1

src/data/2re/recipes/undo/slabs/mossy_stone_brick_slab.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"type": "minecraft:crafting_shaped",
33
"group": "undo_slab",
4-
"pattern": ["##"],
54
"key": {
65
"#": {
76
"item": "minecraft:mossy_stone_brick_slab"
87
}
98
},
9+
"pattern": [
10+
"##"
11+
],
1012
"result": {
1113
"item": "minecraft:mossy_stone_bricks",
1214
"count": 1

src/data/2re/recipes/undo/slabs/nether_brick_slab.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"type": "minecraft:crafting_shaped",
33
"group": "undo_slab",
4-
"pattern": ["##"],
54
"key": {
65
"#": {
76
"item": "minecraft:nether_brick_slab"
87
}
98
},
9+
"pattern": [
10+
"##"
11+
],
1012
"result": {
1113
"item": "minecraft:nether_bricks",
1214
"count": 1

src/data/2re/recipes/undo/slabs/oak_slab.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"type": "minecraft:crafting_shaped",
33
"group": "undo_slab",
4-
"pattern": ["##"],
54
"key": {
65
"#": {
76
"item": "minecraft:oak_slab"
87
}
98
},
9+
"pattern": [
10+
"##"
11+
],
1012
"result": {
1113
"item": "minecraft:oak_planks",
1214
"count": 1

src/data/2re/recipes/undo/slabs/oxidized_cut_copper.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"type": "minecraft:crafting_shaped",
33
"group": "undo_slab",
4-
"pattern": ["##"],
54
"key": {
65
"#": {
76
"item": "minecraft:oxidized_cut_copper_slab"
87
}
98
},
9+
"pattern": [
10+
"##"
11+
],
1012
"result": {
1113
"item": "minecraft:oxidized_cut_copper",
1214
"count": 1

src/data/2re/recipes/undo/slabs/polished_andesite_slab.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"type": "minecraft:crafting_shaped",
33
"group": "undo_slab",
4-
"pattern": ["##"],
54
"key": {
65
"#": {
76
"item": "minecraft:polished_andesite_slab"
87
}
98
},
9+
"pattern": [
10+
"##"
11+
],
1012
"result": {
1113
"item": "minecraft:polished_andesite",
1214
"count": 1

src/data/2re/recipes/undo/slabs/polished_blackstone_brick_slab.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"type": "minecraft:crafting_shaped",
33
"group": "undo_slab",
4-
"pattern": ["##"],
54
"key": {
65
"#": {
76
"item": "minecraft:polished_blackstone_brick_slab"
87
}
98
},
9+
"pattern": [
10+
"##"
11+
],
1012
"result": {
1113
"item": "minecraft:polished_blackstone_bricks",
1214
"count": 1

0 commit comments

Comments
 (0)