Skip to content

Commit f33319e

Browse files
committed
adding rolling machine and other finishing touches
really getting the id filtering dialed in
1 parent 9e1a0e7 commit f33319e

10 files changed

Lines changed: 835 additions & 202 deletions

docs/blocks/machines/assembling_machine.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ The **Assembling Machine** is used to assemble components out of ingredients.
362362
"id": "eye_armor_trim_smithing_template",
363363
"input": [
364364
{
365-
"id": "minecraft:end_stone_brick",
365+
"id": "minecraft:end_stone_bricks",
366366
"qty": 2
367367
},
368368
{
@@ -770,7 +770,7 @@ The **Assembling Machine** is used to assemble components out of ingredients.
770770
"id": "rib_armor_trim_smithing_template",
771771
"input": [
772772
{
773-
"id": "minecraft:nether_brick",
773+
"id": "minecraft:nether_bricks",
774774
"qty": 2
775775
},
776776
{
@@ -938,7 +938,7 @@ The **Assembling Machine** is used to assemble components out of ingredients.
938938
"id": "tide_armor_trim_smithing_template",
939939
"input": [
940940
{
941-
"id": "minecraft:prismarine_brick",
941+
"id": "minecraft:prismarine_bricks",
942942
"qty": 2
943943
},
944944
{

0 commit comments

Comments
 (0)