Don't mutate the position of Items for MC-4 Fix (#12702)
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user