Remove entity tag selector tag completion fix (#11964)

The fix was causing too many issues, it really needs a client-side fix
MC-235045
This commit is contained in:
Jake Potrebic
2025-01-12 15:07:24 -08:00
committed by GitHub
parent 3709150bc1
commit 5e23d28ad2
24 changed files with 13 additions and 144 deletions

View File

@@ -79,7 +79,8 @@ interface RemovedConfigurations {
path("warnWhenSettingExcessiveVelocity"),
path("logging", "use-rgb-for-named-text-colors"),
path("unsupported-settings", "allow-grindstone-overstacking"),
path("unsupported-settings", "allow-tripwire-disarming-exploits")
path("unsupported-settings", "allow-tripwire-disarming-exploits"),
path("commands", "fix-target-selector-tag-completion"),
};
}