Skip to content

Commit cb37728

Browse files
authored
Fix #876: Do not tag central input in 3x3 compacting recipes (#878)
1 parent de0f162 commit cb37728

File tree

137 files changed

+137
-137
lines changed

Some content is hidden

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

137 files changed

+137
-137
lines changed

src/generated/resources/data/modern_industrialization/recipe/materials/aluminum/craft/block_from_ingot.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
}
1111
},
1212
"pattern": [
13-
"yxx",
1413
"xxx",
14+
"xyx",
1515
"xxx"
1616
],
1717
"result": {

src/generated/resources/data/modern_industrialization/recipe/materials/aluminum/craft/dust_from_tiny_dust.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
}
1111
},
1212
"pattern": [
13-
"yxx",
1413
"xxx",
14+
"xyx",
1515
"xxx"
1616
],
1717
"result": {

src/generated/resources/data/modern_industrialization/recipe/materials/aluminum/craft/ingot_from_nugget.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
}
1111
},
1212
"pattern": [
13-
"yxx",
1413
"xxx",
14+
"xyx",
1515
"xxx"
1616
],
1717
"result": {

src/generated/resources/data/modern_industrialization/recipe/materials/annealed_copper/craft/block_from_ingot.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
}
1111
},
1212
"pattern": [
13-
"yxx",
1413
"xxx",
14+
"xyx",
1515
"xxx"
1616
],
1717
"result": {

src/generated/resources/data/modern_industrialization/recipe/materials/annealed_copper/craft/dust_from_tiny_dust.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
}
1111
},
1212
"pattern": [
13-
"yxx",
1413
"xxx",
14+
"xyx",
1515
"xxx"
1616
],
1717
"result": {

src/generated/resources/data/modern_industrialization/recipe/materials/annealed_copper/craft/ingot_from_nugget.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
}
1111
},
1212
"pattern": [
13-
"yxx",
1413
"xxx",
14+
"xyx",
1515
"xxx"
1616
],
1717
"result": {

src/generated/resources/data/modern_industrialization/recipe/materials/antimony/craft/block_from_ingot.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
}
1111
},
1212
"pattern": [
13-
"yxx",
1413
"xxx",
14+
"xyx",
1515
"xxx"
1616
],
1717
"result": {

src/generated/resources/data/modern_industrialization/recipe/materials/antimony/craft/dust_from_tiny_dust.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
}
1111
},
1212
"pattern": [
13-
"yxx",
1413
"xxx",
14+
"xyx",
1515
"xxx"
1616
],
1717
"result": {

src/generated/resources/data/modern_industrialization/recipe/materials/antimony/craft/ingot_from_nugget.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
}
1111
},
1212
"pattern": [
13-
"yxx",
1413
"xxx",
14+
"xyx",
1515
"xxx"
1616
],
1717
"result": {

src/generated/resources/data/modern_industrialization/recipe/materials/antimony/craft/raw_metal_block_from_raw_metal.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
}
1111
},
1212
"pattern": [
13-
"yxx",
1413
"xxx",
14+
"xyx",
1515
"xxx"
1616
],
1717
"result": {

0 commit comments

Comments
 (0)