Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Commit

Permalink
corrected ingfinite steam id
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Aug 27, 2023
1 parent 91ce4db commit 7c2279a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/main/java/muramasa/gregtech/data/Machines.java
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ public class Machines {
/**
** Creative Machines
**/
public static TankMachine INFINITE_STEAM = new TankMachine(GTIRef.ID, "inefinite_steam").addFlags(FLUID, CELL, GUI).setTile(TileEntityInfiniteFluid::new).setTiers(LV);
public static TankMachine INFINITE_STEAM = new TankMachine(GTIRef.ID, "infinite_steam").addFlags(FLUID, CELL, GUI).setTile(TileEntityInfiniteFluid::new).setTiers(LV);

private static MultiblockTankMachine[] createTankMachine(Material material, int multiplier){
return new MultiblockTankMachine[]{
Expand Down

0 comments on commit 7c2279a

Please sign in to comment.