Skip to content

Commit

Permalink
Done
Browse files Browse the repository at this point in the history
  • Loading branch information
MFernflower committed Jun 14, 2015
1 parent e208a30 commit 6d132fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/mods/alice/gp/GlassPipe.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package mods.alice.gp;
// This is in no way the work of Mandrake and Dr.Zed and the original author is free to use what I contributed.
import buildcraft.core.CreativeTabBuildCraft;
import buildcraft.core.BCCreativeTab;
import buildcraft.transport.BlockGenericPipe;
import cpw.mods.fml.common.Mod;
import cpw.mods.fml.common.ModMetadata;
Expand Down Expand Up @@ -31,7 +31,7 @@ public void forgePreInitialization(FMLPreInitializationEvent event) {
meta.authorList.add("alice");
meta.credits = "alice";
meta.autogenerated = false;
pipeItemGlass = BlockGenericPipe.registerPipe(PipeItemsGlass.class, CreativeTabBuildCraft.PIPES);
pipeItemGlass = BlockGenericPipe.registerPipe(PipeItemsGlass.class, BCCreativeTab.get("pipes"));
pipeItemGlass.setUnlocalizedName("PipeItemsGlass");
PROXY.forgePreInitialization(event);
}
Expand Down

0 comments on commit 6d132fb

Please sign in to comment.