Removed old End Caves (temporary), added new Caves and Cave API (WIP)
This commit is contained in:
parent
2135fe50b5
commit
231794363b
14 changed files with 384 additions and 28 deletions
8
src/main/java/ru/betterend/interfaces/IBiomeArray.java
Normal file
8
src/main/java/ru/betterend/interfaces/IBiomeArray.java
Normal file
|
@ -0,0 +1,8 @@
|
|||
package ru.betterend.interfaces;
|
||||
|
||||
import net.minecraft.util.math.BlockPos;
|
||||
import net.minecraft.world.biome.Biome;
|
||||
|
||||
public interface IBiomeArray {
|
||||
public void setBiome(Biome biome, BlockPos pos);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue