Fix for nether quartz not generating in the nether, Closes #454
This commit is contained in:
parent
81c00a89c5
commit
58ad89ca90
1 changed files with 1 additions and 1 deletions
|
@ -697,7 +697,7 @@
|
|||
+ */
|
||||
+ public boolean isGenMineableReplaceable(World world, int x, int y, int z, int target)
|
||||
+ {
|
||||
+ return blockID == stone.blockID;
|
||||
+ return blockID == target;
|
||||
+ }
|
||||
+
|
||||
+ /**
|
||||
|
|
Loading…
Reference in a new issue