From b40a2953324c73d5b88c81032cec2c56a9d0c564 Mon Sep 17 00:00:00 2001 From: OnyxDarkKnight Date: Fri, 20 Dec 2013 22:14:31 +0200 Subject: Think I fixed the Molder render, as well as made the table work --- common/darkknight/jewelrycraft/worldGen/Generation.java | 2 -- 1 file changed, 2 deletions(-) (limited to 'common/darkknight/jewelrycraft/worldGen/Generation.java') diff --git a/common/darkknight/jewelrycraft/worldGen/Generation.java b/common/darkknight/jewelrycraft/worldGen/Generation.java index 55daf7f..8e7c45b 100644 --- a/common/darkknight/jewelrycraft/worldGen/Generation.java +++ b/common/darkknight/jewelrycraft/worldGen/Generation.java @@ -4,9 +4,7 @@ import java.util.Random; import net.minecraft.world.World; import net.minecraft.world.chunk.IChunkProvider; -import net.minecraft.world.gen.feature.WorldGenMinable; import cpw.mods.fml.common.IWorldGenerator; -import darkknight.jewelrycraft.block.BlockList; import darkknight.jewelrycraft.config.ConfigHandler; public class Generation implements IWorldGenerator -- cgit v1.2.3