FIX Generators Nether

This commit is contained in:
BaxAndrei 2023-08-17 22:49:30 +03:00 committed by GitHub
parent 0891be3166
commit 011a9ed640
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;
}