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;
|
||||
|
||||
@@ -82,6 +82,7 @@ interface RemovedConfigurations {
|
||||
path("unsupported-settings", "allow-grindstone-overstacking"),
|
||||
path("unsupported-settings", "allow-tripwire-disarming-exploits"),
|
||||
path("commands", "fix-target-selector-tag-completion"),
|
||||
path("misc", "fix-entity-position-desync")
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user