Don't mutate the position of Items for MC-4 Fix (#12702)

This commit is contained in:
Owen
2025-06-25 15:51:26 -04:00
committed by GitHub
parent 692e93a91f
commit ea10fa4a79
5 changed files with 19 additions and 24 deletions

View File

@ -343,7 +343,7 @@ public class GlobalConfiguration extends ConfigurationPart {
}
}
public int maxJoinsPerTick = 5;
public boolean fixEntityPositionDesync = true;
public boolean sendFullPosForItemEntities = false;
public boolean loadPermissionsYmlBeforePlugins = true;
@Constraints.Min(4)
public int regionFileCacheSize = 256;