Skip to content

Commit

Permalink
💥
Browse files Browse the repository at this point in the history
  • Loading branch information
serenibyss committed Jun 24, 2021
1 parent 594a629 commit ad2188d
Show file tree
Hide file tree
Showing 33 changed files with 3 additions and 1,755 deletions.
13 changes: 0 additions & 13 deletions src/main/java/gregtech/GregTechMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import gregtech.common.covers.filter.FilterTypeRegistry;
import gregtech.common.items.MetaItems;
import gregtech.common.metatileentities.MetaTileEntities;
import gregtech.common.util.ResourcePackFix;
import gregtech.common.worldgen.LootTableHelper;
import gregtech.common.worldgen.WorldGenAbandonedBase;
import gregtech.common.worldgen.WorldGenRubberTree;
Expand All @@ -43,8 +42,6 @@
import net.minecraftforge.fml.common.Optional.Method;
import net.minecraftforge.fml.common.event.*;
import net.minecraftforge.fml.common.registry.GameRegistry;
import net.minecraftforge.fml.relauncher.Side;
import net.minecraftforge.fml.relauncher.SideOnly;

@Mod(modid = GTValues.MODID,
name = "GregTech",
Expand All @@ -68,16 +65,6 @@ public class GregTechMod {
@SidedProxy(modId = GTValues.MODID, clientSide = "gregtech.common.ClientProxy", serverSide = "gregtech.common.CommonProxy")
public static CommonProxy proxy;

@Mod.EventHandler
@SideOnly(Side.CLIENT)
public void onConstruction(FMLConstructionEvent event) {
ModContainer selfModContainer = Loader.instance().activeModContainer();
if (selfModContainer.getSource().isDirectory()) {
//check and fix resource pack file path as needed
ResourcePackFix.fixResourcePackLocation(selfModContainer);
}
}

@Mod.EventHandler
public void onPreInit(FMLPreInitializationEvent event) {
GTLog.init(event.getModLog());
Expand Down
4 changes: 0 additions & 4 deletions src/main/java/gregtech/GregTechVersion.java
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package gregtech;

import gregtech.api.util.Version;

public final class GregTechVersion {

public static final int MAJOR = 1;
Expand All @@ -12,8 +10,6 @@ public final class GregTechVersion {
//This number is incremented every build, and never reset. Should always be 0 in the repo code.
public static final int BUILD = 0;

public static final Version VERSION = new Version(MAJOR, MINOR, REVISION, BUILD);

private GregTechVersion() {
}
}

This file was deleted.

59 changes: 0 additions & 59 deletions src/main/java/gregtech/api/recipes/recipes/AssemblyLineRecipe.java

This file was deleted.

3 changes: 1 addition & 2 deletions src/main/java/gregtech/api/util/GTLog.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
* GregTech logger
* One edit to this class and you're not alive anymore
*/
@SuppressWarnings("serial")
public class GTLog {

public static Logger logger;
Expand All @@ -15,4 +14,4 @@ public static void init(Logger modLogger) {
logger = modLogger;
}

}
}
71 changes: 0 additions & 71 deletions src/main/java/gregtech/api/util/LongItemStack.java

This file was deleted.

37 changes: 0 additions & 37 deletions src/main/java/gregtech/api/util/MTJsonGenerator.java

This file was deleted.

Loading

0 comments on commit ad2188d

Please sign in to comment.