mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Merge remote-tracking branch 'origin/wip' into 1.15
This commit is contained in:
@ -926,6 +926,16 @@ public class AsyncWorld extends PassthroughExtent implements World {
|
||||
return parent.canGenerateStructures();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setHardcore(boolean hardcore) {
|
||||
parent.setHardcore(hardcore);
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isHardcore() {
|
||||
return parent.isHardcore();
|
||||
}
|
||||
|
||||
@Override
|
||||
public long getTicksPerAnimalSpawns() {
|
||||
return parent.getTicksPerAnimalSpawns();
|
||||
|
Reference in New Issue
Block a user