diff options
| author | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2013-12-20 22:14:31 +0200 |
|---|---|---|
| committer | OnyxDarkKnight <sor1n.iliutza16@gmail.com> | 2013-12-20 22:14:31 +0200 |
| commit | b40a2953324c73d5b88c81032cec2c56a9d0c564 (patch) | |
| tree | 91316eb84921698069bce46951524f41960ba2b6 /common/darkknight/jewelrycraft/worldGen/Generation.java | |
| parent | c0833c069d04ffa453a8355ff25f548431d6129d (diff) | |
Think I fixed the Molder render, as well as made the table work
Diffstat (limited to 'common/darkknight/jewelrycraft/worldGen/Generation.java')
| -rw-r--r-- | common/darkknight/jewelrycraft/worldGen/Generation.java | 2 |
1 files changed, 0 insertions, 2 deletions
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 |
