Let's ditch those capitals
This commit is contained in:
parent
be07148621
commit
2aa56a2dfc
4 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
package biomesoplenty.integration;
|
||||
|
||||
import biomesoplenty.api.Biomes;
|
||||
import biomesoplenty.integration.ATG.*;
|
||||
import biomesoplenty.integration.tatg.*;
|
||||
import net.minecraft.world.biome.BiomeGenBase;
|
||||
import ttftcuts.atg.api.ATGBiomes;
|
||||
import ttftcuts.atg.api.ATGBiomes.BiomeType;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
package biomesoplenty.integration.ATG;
|
||||
package biomesoplenty.integration.tatg;
|
||||
|
||||
import java.util.Random;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package biomesoplenty.integration.ATG;
|
||||
package biomesoplenty.integration.tatg;
|
||||
|
||||
import java.util.Random;
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package biomesoplenty.integration.ATG;
|
||||
package biomesoplenty.integration.tatg;
|
||||
|
||||
import java.util.Random;
|
||||
|
Loading…
Reference in a new issue