More recipes and organized imports
This commit is contained in:
parent
9712d3828f
commit
9b5a57bedb
31 changed files with 149 additions and 89 deletions
|
@ -1,6 +1,7 @@
|
|||
package techreborn.world;
|
||||
|
||||
import cpw.mods.fml.common.IWorldGenerator;
|
||||
import java.util.Random;
|
||||
|
||||
import net.minecraft.init.Blocks;
|
||||
import net.minecraft.world.World;
|
||||
import net.minecraft.world.chunk.IChunkProvider;
|
||||
|
@ -8,8 +9,7 @@ import net.minecraft.world.gen.feature.WorldGenMinable;
|
|||
import techreborn.config.ConfigTechReborn;
|
||||
import techreborn.init.ModBlocks;
|
||||
import techreborn.util.LogHelper;
|
||||
|
||||
import java.util.Random;
|
||||
import cpw.mods.fml.common.IWorldGenerator;
|
||||
|
||||
public class TROreGen implements IWorldGenerator{
|
||||
public static ConfigTechReborn config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue