The game version is 1.21.8, only the fabric api version 0.129.0 is installed. There is only one datapack in the world, here is its content: Ench-Filter-Test > pack.mcmeta — ```json { "pack": { "description": "by §6Antoha256M", "pack_format": 81, "supported_formats": [ 48, 83 ] }, "filter": { "block": [ { "namespace": "minecraft", "path": "enchantment" } ] } } ``` Another thing I noticed during the tests is that if you don't specify the namespace, there will be no safe mode. ```json { "path": "enchantment" } ``` But the goal is to disable only vanilla enchantments. I also attached a log with the launch of the game and the entrance to the world. [latest.log](https://github.com/user-attachments/files/21416628/latest.log)