mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-11-09 22:16:08 +00:00
chore: throw exception on 1.21 regen
This commit is contained in:
parent
c3bb567ea7
commit
b511e878a4
@ -555,10 +555,10 @@ public final class PaperweightFaweAdapter extends FaweAdapter<net.minecraft.nbt.
|
||||
return parent.fromNative(foreign);
|
||||
}
|
||||
|
||||
// @Override
|
||||
// public boolean regenerate(org.bukkit.World bukkitWorld, Region region, Extent target, RegenOptions options) throws Exception {
|
||||
// return new PaperweightRegen(bukkitWorld, region, target, options).regenerate();
|
||||
// }
|
||||
@Override
|
||||
public boolean regenerate(org.bukkit.World bukkitWorld, Region region, Extent target, RegenOptions options) throws Exception {
|
||||
throw new UnsupportedOperationException("Regen support for 1.21 not yet implemented.");
|
||||
}
|
||||
|
||||
@Override
|
||||
public IChunkGet get(org.bukkit.World world, int chunkX, int chunkZ) {
|
||||
|
Loading…
Reference in New Issue
Block a user