Configurable Sand Duping
This commit is contained in:
@@ -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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user