-
Bug
-
Resolution: Fixed
-
24w11a
-
None
-
Confirmed
-
Data Packs
-
Very Important
-
Platform
Trying to disable any datapack using /datapack disable fails with the error message Pack 'file/...' cannot be disabled, since it is part of an enabled flag!, even when that is not the case.
How to reproduce:
I've attached an empty datapack to simplify the testing.
- Add the attached empty datapack to a world, or create a new world with the datapack (or use any other datapack)
- If needed, enable the datapack with /datapack enable "file/empty_datapack.zip"
- run /datapack disable "file/empty_datapack.zip"
- See the error message Pack 'file/empty_datapack.zip' cannot be disabled, since it is part of an enabled flag!
Expected result:
You can disable a datapack that is not required to enable a feature flag.