Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
75d81114f4
1 changed files with 2 additions and 1 deletions
|
@ -83,7 +83,8 @@ public class EternalRitual {
|
||||||
|
|
||||||
private boolean isValid() {
|
private boolean isValid() {
|
||||||
return world != null && !world.isClient() &&
|
return world != null && !world.isClient() &&
|
||||||
center != null && axis != null;
|
center != null && axis != null &&
|
||||||
|
world.getRegistryKey() != World.NETHER;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void checkStructure() {
|
public void checkStructure() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue