Skip to content

Commit

Permalink
Undo cable code undo to fix transciever crash
Browse files Browse the repository at this point in the history
  • Loading branch information
voidsong-dragonfly committed Mar 28, 2021
1 parent 3c500e7 commit 11adda7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -928,7 +928,7 @@ public void load(FMLInitializationEvent event)
ARAdvancements.register();
proxy.init();

//zmaster587.advancedRocketry.cable.NetworkRegistry.registerFluidNetwork();
zmaster587.advancedRocketry.cable.NetworkRegistry.registerFluidNetwork();

//Register Alloys
MaterialRegistry.registerMixedMaterial(new MixedMaterial(TileElectricArcFurnace.class, "oreRutile", new ItemStack[] {MaterialRegistry.getMaterialFromName("Titanium").getProduct(AllowedProducts.getProductByName("INGOT"))}));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import java.util.Map.Entry;

public class CableTickHandler {
/*

@SubscribeEvent
public void onTick(TickEvent.ServerTickEvent tick) {
try {
Expand Down Expand Up @@ -99,5 +99,5 @@ else if(homeTile != null) {
}
}
}
}*/
}
}

0 comments on commit 11adda7

Please sign in to comment.