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

Commit

Permalink
removed ServerHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Sep 25, 2024
1 parent 062c3cd commit 28565c5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
2 changes: 0 additions & 2 deletions common/src/main/java/muramasa/gregtech/GregTech.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
import muramasa.gregtech.loader.machines.generator.LargeBoilerLoader;
import muramasa.gregtech.loader.multi.*;
import muramasa.gregtech.proxy.CommonHandler;
import muramasa.gregtech.proxy.ServerHandler;
import net.minecraft.world.entity.ai.attributes.AttributeInstance;
import net.minecraft.world.entity.ai.attributes.AttributeModifier;
import net.minecraft.world.entity.ai.attributes.Attributes;
Expand Down Expand Up @@ -63,7 +62,6 @@ public void onRegistrarInit() {
new SpaceModRegistrar();
LOGGER.info("Loading GregTech");
INSTANCE = this;
ServerHandler.setup();


AntimatterDynamics.clientProvider(GTIRef.ID,
Expand Down
44 changes: 0 additions & 44 deletions common/src/main/java/muramasa/gregtech/proxy/ServerHandler.java

This file was deleted.

0 comments on commit 28565c5

Please sign in to comment.