Skip to content

Commit 73fa989

Browse files
committed
Use steam compressor texture
1 parent 15e122f commit 73fa989

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/de/dakror/quarry/structure/producer/SteamCompressor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
*/
3636
public class SteamCompressor extends ProducerStructure {
3737
public static final ProducerSchema classSchema = new ProducerSchema(0, StructureType.SteamCompressor, 3, 2,
38-
"steamturbine",
38+
"steamcompressor",
3939
new Items(ItemType.MachineFrame, 6, ItemType.SteelIngot, 18, ItemType.CopperTube, 16, ItemType.Dynamo, 2),
4040
new RecipeList() {
4141
@Override

0 commit comments

Comments
 (0)