moved some files
This commit is contained in:
parent
a71f794523
commit
443082cb9d
13 changed files with 16 additions and 14 deletions
|
@ -21,10 +21,10 @@ import biomesoplenty.configuration.BOPVanillaCompat;
|
|||
import biomesoplenty.helpers.AchievementHelper;
|
||||
import biomesoplenty.helpers.BonemealUse;
|
||||
import biomesoplenty.helpers.CreativeTabsBOP;
|
||||
import biomesoplenty.helpers.WorldProviderPromised;
|
||||
import biomesoplenty.helpers.WorldTypeSize;
|
||||
import biomesoplenty.integration.BOPCrossIntegration;
|
||||
import biomesoplenty.integration.ThaumcraftIntegration;
|
||||
import biomesoplenty.world.WorldProviderPromised;
|
||||
import biomesoplenty.world.WorldTypeSize;
|
||||
import cpw.mods.fml.common.FMLCommonHandler;
|
||||
import cpw.mods.fml.common.Loader;
|
||||
import cpw.mods.fml.common.Mod;
|
||||
|
|
|
@ -9,7 +9,7 @@ import net.minecraft.world.biome.BiomeGenBase;
|
|||
import net.minecraftforge.common.BiomeManager;
|
||||
import biomesoplenty.api.Biomes;
|
||||
import biomesoplenty.biomes.*;
|
||||
import biomesoplenty.worldtype.WTBiomesOP;
|
||||
import biomesoplenty.world.WTBiomesOP;
|
||||
import net.minecraftforge.common.BiomeDictionary;
|
||||
import net.minecraftforge.common.BiomeDictionary.Type;
|
||||
import com.google.common.base.Optional;
|
||||
|
|
|
@ -3,6 +3,8 @@ package biomesoplenty.helpers;
|
|||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
||||
import biomesoplenty.world.WorldChunkManagerPromised;
|
||||
|
||||
import net.minecraft.util.LongHashMap;
|
||||
import net.minecraft.world.biome.BiomeGenBase;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package biomesoplenty.worldtype;
|
||||
package biomesoplenty.world;
|
||||
|
||||
import java.util.Random;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package biomesoplenty.worldtype;
|
||||
package biomesoplenty.world;
|
||||
|
||||
import java.util.Random;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package biomesoplenty.worldtype;
|
||||
package biomesoplenty.world;
|
||||
|
||||
import static net.minecraftforge.event.terraingen.InitMapGenEvent.EventType.CAVE;
|
||||
import static net.minecraftforge.event.terraingen.InitMapGenEvent.EventType.MINESHAFT;
|
|
@ -1,4 +1,4 @@
|
|||
package biomesoplenty.helpers;
|
||||
package biomesoplenty.world;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.Random;
|
|
@ -1,11 +1,10 @@
|
|||
package biomesoplenty.worldtype;
|
||||
package biomesoplenty.world;
|
||||
|
||||
import net.minecraft.world.biome.BiomeGenBase;
|
||||
import net.minecraftforge.common.MinecraftForge;
|
||||
|
||||
import biomesoplenty.api.Biomes;
|
||||
import biomesoplenty.configuration.BOPConfiguration;
|
||||
import biomesoplenty.helpers.WorldTypeSize;
|
||||
|
||||
import com.google.common.base.Optional;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package biomesoplenty.worldtype;
|
||||
package biomesoplenty.world;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
|
@ -1,4 +1,4 @@
|
|||
package biomesoplenty.helpers;
|
||||
package biomesoplenty.world;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.Arrays;
|
||||
|
@ -6,6 +6,7 @@ import java.util.List;
|
|||
import java.util.Random;
|
||||
|
||||
import biomesoplenty.api.Biomes;
|
||||
import biomesoplenty.helpers.BiomeCachePromised;
|
||||
|
||||
import net.minecraft.world.ChunkPosition;
|
||||
import net.minecraft.world.World;
|
|
@ -1,4 +1,4 @@
|
|||
package biomesoplenty.helpers;
|
||||
package biomesoplenty.world;
|
||||
|
||||
import biomesoplenty.api.Biomes;
|
||||
import biomesoplenty.api.Blocks;
|
|
@ -1,4 +1,4 @@
|
|||
package biomesoplenty.worldtype;
|
||||
package biomesoplenty.world;
|
||||
|
||||
import net.minecraft.world.World;
|
||||
import net.minecraft.world.WorldType;
|
|
@ -1,4 +1,4 @@
|
|||
package biomesoplenty.helpers;
|
||||
package biomesoplenty.world;
|
||||
|
||||
import biomesoplenty.configuration.BOPConfiguration;
|
||||
|
Loading…
Reference in a new issue