Is there any specific way for me to add new End Biomes to the End? Is it the same as vanilla Overworld biomes where I can just make use of multiple biomes or will I have to expand upon the single sky biome without multiple biomes?
So far I wanted to create two new End biomes,the Virus,and the Enchanted Skies. It is known that the mod Biomes O' Plenty does stuff to the End ,but I don't think it adds new Biomes to it.
https://gist.github.com/anonymous/43678435b46d959082bc32abbdc6b070
I'm having a bit of trouble with the sapling crashing the game and the icon not showing anyone know how to fix?
[21:48:46] [main/INFO] [GradleStart]: Extra: []
Exception in thread "main" java.lang.RuntimeException: java.io.FileNotFoundException: C:\Users\...\.gradle\caches\minecraft\assets\indexes\1.7.10.json (The system cannot find the path specified)
at com.google.common.base.Throwables.propagate(Throwables.java:160)
at GradleStart.setupAssets(Unknown Source)
at GradleStart.preLaunch(Unknown Source)
at net.minecraftforge.gradle.GradleStartCommon.launch(Unknown Source)
at GradleStart.main(Unknown Source)
Caused by: java.io.FileNotFoundException: C:\Users\...\.gradle\caches\minecraft\assets\indexes\1.7.10.json (The system cannot find the path specified)
at java.io.FileInputStream.open0(Native Method)
at java.io.FileInputStream.open(Unknown Source)
at java.io.FileInputStream.<init>(Unknown Source)
at java.io.FileReader.<init>(Unknown Source)
at GradleStart.loadAssetsIndex(Unknown Source)
... 4 more
Java HotSpot 64-Bit Server VM warning: Using incremental CMS is deprecated and will likely be removed in a future release
Looked everywhere for this file...
also this was just fine till a few hours ago on Eclipse.