Skip to content

Commit 31c2335

Browse files
authored
Merge pull request #83729 from Consoleable/refractory-fix
fix refractory requirement
2 parents a727936 + 4a0b435 commit 31c2335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/json/requirements/materials.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@
636636
"id": "clay_refractory",
637637
"type": "requirement",
638638
"//": "High temp resistant clay, either kaolin alone or clay+feldspar",
639-
"components": [ [ [ "clay_kaolin", 1 ] ], [ [ "clay_lump", 1 ], [ "chunk_feldspar", 1 ] ] ]
639+
"components": [ [ [ "clay_lump", 1 ] ], [ [ "clay_kaolin", 1 ], [ "chunk_feldspar", 1 ] ] ]
640640
},
641641
{
642642
"id": "organic_waste",

0 commit comments

Comments
 (0)