mirror of
https://github.com/songoda/FabledSkyBlock.git
synced 2024-11-22 18:26:08 +01:00
Merge pull request #18 from BaxAndrei/development-1
Fixes generators in the nether dimension
This commit is contained in:
commit
f22ac073f7
@ -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