mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 20:07:41 +01:00
Configurable Sand Duping
This commit is contained in:
parent
6863c9e6db
commit
c3d1a03428
@ -151,3 +151,12 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
public void setHurtsEntities(float fallHurtAmount, int fallHurtMax) {
|
public void setHurtsEntities(float fallHurtAmount, int fallHurtMax) {
|
||||||
|
@@ -395,7 +430,7 @@
|
||||||
|
boolean flag = (resourcekey1 == Level.END || resourcekey == Level.END) && resourcekey1 != resourcekey;
|
||||||
|
Entity entity = super.teleport(teleportTarget);
|
||||||
|
|
||||||
|
- this.forceTickAfterTeleportToDuplicate = entity != null && flag;
|
||||||
|
+ this.forceTickAfterTeleportToDuplicate = entity != null && flag && io.papermc.paper.configuration.GlobalConfiguration.get().unsupportedSettings.allowUnsafeEndPortalTeleportation; // Paper
|
||||||
|
return entity;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user