Skip to content

Commit 26fe45b

Browse files
committed
Add lignite coal dust -> coal dust centrifuge recipe
1 parent 491045a commit 26fe45b

File tree

1 file changed

+13
-0
lines changed
  • src/main/resources/data/modern_industrialization/recipe/materials/centrifuge

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"type": "modern_industrialization:centrifuge",
3+
"eu": 32,
4+
"duration": 100,
5+
"item_inputs": {
6+
"tag": "c:dusts/lignite_coal",
7+
"amount": 27
8+
},
9+
"item_outputs": {
10+
"item": "modern_industrialization:coal_dust",
11+
"amount": 10
12+
}
13+
}

0 commit comments

Comments
 (0)