WIP merge (i'll finish this later)

This commit is contained in:
Jesse Boyd
2019-04-05 01:24:47 +11:00
parent 1beea3cd22
commit 33f5322fda
25 changed files with 845 additions and 530 deletions

View File

@ -144,7 +144,7 @@ public enum BukkitAdapter {
}
public static Biome adapt(BiomeType biomeType) {
getAdapter().adapt(biomeType);
return getAdapter().adapt(biomeType);
}
/**