We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e6eadf commit b9e452cCopy full SHA for b9e452c
src/main/java/dev/compactmods/machines/CompactMachines.java
@@ -17,7 +17,6 @@
17
import org.apache.logging.log4j.Logger;
18
19
@Mod(CompactMachines.MOD_ID)
20
-@Mod.EventBusSubscriber(modid = CompactMachines.MOD_ID)
21
public class CompactMachines {
22
public static final String MOD_ID = "compactmachines";
23
@@ -42,15 +41,4 @@ public CompactMachines() {
42
41
43
CraftingHelper.register(EnableVanillaRecipesConfigCondition.Serializer.INSTANCE);
44
}
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
- }
56
0 commit comments