BiomePicker mixin
This commit is contained in:
parent
46c6e9b936
commit
3bc88af019
6 changed files with 62 additions and 43 deletions
10
src/main/java/ru/betterend/interfaces/IBiomeList.java
Normal file
10
src/main/java/ru/betterend/interfaces/IBiomeList.java
Normal file
|
@ -0,0 +1,10 @@
|
|||
package ru.betterend.interfaces;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import net.minecraft.util.registry.RegistryKey;
|
||||
import net.minecraft.world.biome.Biome;
|
||||
|
||||
public interface IBiomeList {
|
||||
public List<RegistryKey<Biome>> getBiomes();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue