Skip to content

Commit

Permalink
Compile without Gizmos
Browse files Browse the repository at this point in the history
  • Loading branch information
planetguy32 committed May 16, 2015
1 parent 8012f7b commit ea6d954
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {

apply plugin: 'forge'

version = "1.4.1"
version = "1.6"
group= "me.planetguy" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
archivesBaseName = "PlanetguyLib"

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/me/planetguy/lib/PlanetguyLib.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import cpw.mods.fml.common.event.FMLServerStartingEvent;
import cpw.mods.fml.relauncher.Side;

@Mod(modid = LibProperties.modID, version = "1.5")
@Mod(modid = LibProperties.modID, version = "1.6")
public class PlanetguyLib {

@Instance(LibProperties.modID)
Expand Down
1 change: 0 additions & 1 deletion src/main/java/me/planetguy/lib/prefab/ContainerPrefab.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package me.planetguy.lib.prefab;

import me.planetguy.gizmos.content.inventory.TileEntityInvenswapper;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.entity.player.InventoryPlayer;
import net.minecraft.inventory.Container;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import net.minecraft.entity.player.InventoryPlayer;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.world.World;
import me.planetguy.gizmos.GuiHandler;
import cpw.mods.fml.common.network.IGuiHandler;
import cpw.mods.fml.common.network.NetworkRegistry;

Expand Down

0 comments on commit ea6d954

Please sign in to comment.