Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
Almost ready!
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahJelen committed Jun 6, 2018
1 parent d2b9b06 commit d13c91d
Show file tree
Hide file tree
Showing 6 changed files with 398 additions and 111 deletions.
3 changes: 2 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -200,4 +200,5 @@
Fixed a bug with diamond crystal generating in the deep void and deep underground
1.2:
Added biomes to Deep Underground
For performance reasons, gravel generation has been removed from the deep underground dimension.
For performance reasons, most of the gravel generation has been removed from the deep underground dimension.
Liquid Redstone now generate underground in lakes
3 changes: 0 additions & 3 deletions src/main/java/com/NetherNoah/ParadiseMod/ParadiseMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import com.NetherNoah.ParadiseMod.handlers.Events;
import com.NetherNoah.ParadiseMod.handlers.OreDictHandler;
import com.NetherNoah.ParadiseMod.init.LiquidRedstone;
import com.NetherNoah.ParadiseMod.init.ModBiomes;
import com.NetherNoah.ParadiseMod.init.ModSmelting;
import com.NetherNoah.ParadiseMod.init.ModBlocks.Buttons;
import com.NetherNoah.ParadiseMod.init.ModBlocks.Chests;
Expand Down Expand Up @@ -195,8 +194,6 @@ public void preInit(FMLPreInitializationEvent event) {
for(int i=0;i<generators.length;i++) {
GameRegistry.registerWorldGenerator(generators[i],1);
}
//biomes
ModBiomes.regBiomes();
//block categories
Lamps.initAndRegister();
Ores.initAndRegister();
Expand Down
29 changes: 0 additions & 29 deletions src/main/java/com/NetherNoah/ParadiseMod/init/ModBiomes.java

This file was deleted.

Loading

0 comments on commit d13c91d

Please sign in to comment.