Skip to content

Commit b9e452c

Browse files
committed
Remove commented FPS code
1 parent 5e6eadf commit b9e452c

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

src/main/java/dev/compactmods/machines/CompactMachines.java

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import org.apache.logging.log4j.Logger;
1818

1919
@Mod(CompactMachines.MOD_ID)
20-
@Mod.EventBusSubscriber(modid = CompactMachines.MOD_ID)
2120
public class CompactMachines {
2221
public static final String MOD_ID = "compactmachines";
2322

@@ -42,15 +41,4 @@ public CompactMachines() {
4241

4342
CraftingHelper.register(EnableVanillaRecipesConfigCondition.Serializer.INSTANCE);
4443
}
45-
46-
@SubscribeEvent
47-
public static void onTick(TickEvent.RenderTickEvent e) {
48-
// lol frames r good
49-
// ObfuscationReflectionHelper.setPrivateValue(
50-
// Minecraft.class,
51-
// Minecraft.getInstance(),
52-
// -100,
53-
// "field_71420_M"
54-
// );
55-
}
5644
}

0 commit comments

Comments
 (0)