Skip to content

Commit 780f3cf

Browse files
committed
spotlessApply
1 parent f00f419 commit 780f3cf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/com/github/gtexpert/gtwp/common/metatileentities/GTWPMetaTileEntities.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ public class GTWPMetaTileEntities {
1010
public static MetaTileEntitySawmill SAWMILL;
1111

1212
public static void init() {
13-
SAWMILL = registerMetaTileEntity(GTWPConfigHolder.machineID, new MetaTileEntitySawmill(ModUtility.id("sawmill")));
13+
SAWMILL = registerMetaTileEntity(GTWPConfigHolder.machineID,
14+
new MetaTileEntitySawmill(ModUtility.id("sawmill")));
1415
}
1516
}

0 commit comments

Comments
 (0)