Skip to content

Commit 4a0b435

Browse files
authored
fix refractory requirement
1 parent 3da6fd9 commit 4a0b435

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)