mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2024-11-26 04:06:00 +01:00
FIX Generators Nether
This commit is contained in:
parent
0891be3166
commit
011a9ed640
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user