Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-20 01:40:06 +01:00
chore: throw exception on 1.21 regen
Dieser Commit ist enthalten in:
Ursprung
c3bb567ea7
Commit
b511e878a4
@ -555,10 +555,10 @@ public final class PaperweightFaweAdapter extends FaweAdapter<net.minecraft.nbt.
|
|||||||
return parent.fromNative(foreign);
|
return parent.fromNative(foreign);
|
||||||
}
|
}
|
||||||
|
|
||||||
// @Override
|
@Override
|
||||||
// public boolean regenerate(org.bukkit.World bukkitWorld, Region region, Extent target, RegenOptions options) throws Exception {
|
public boolean regenerate(org.bukkit.World bukkitWorld, Region region, Extent target, RegenOptions options) throws Exception {
|
||||||
// return new PaperweightRegen(bukkitWorld, region, target, options).regenerate();
|
throw new UnsupportedOperationException("Regen support for 1.21 not yet implemented.");
|
||||||
// }
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public IChunkGet get(org.bukkit.World world, int chunkX, int chunkZ) {
|
public IChunkGet get(org.bukkit.World world, int chunkX, int chunkZ) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren