Merge pull request #18 from BaxAndrei/development-1

Fixes generators in the nether dimension
This commit is contained in:
Christian Koop 2023-08-18 09:28:53 +02:00 committed by GitHub
commit f22ac073f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -876,7 +876,7 @@ public class BlockListeners implements Listener {
Material type = state.getType();
if (type != Material.COBBLESTONE && type != Material.STONE) {
if (type != Material.COBBLESTONE && type != Material.STONE && type != Material.BASALT) {
return false;
}