You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to install several crafting tweaks from bedrocktweaks.
Even after following all the steps specified in the docs, the pack is not installed properly and does not work.
From what I've seen in other tutorials, there should be a known_valid_packs.json in the data directory, that gets updated whenever a new directory is created within /data/resource_packs or /data/behavior_packs. However, no such file exists.
As far as I have found out, the known_valid_packs.json file is not used anymore. You have to manually create a world_resource_packs.json file in the worlds directory worlds/%level-name%/world_resource_packs.json and insert the resource pack(s) UUID and version for them to function. They are found in the manifest.json of the respective resource pack. The format is:
[
{
"pack_id" : "THE UUID OF THE RESOURCE PACK",
"version" : [ 1, 0, 0 ]
},
{
"pack_id" : "SOME OTHER UUID",
"version" : [ 1, 1, 0 ]
}
]
Same with the behavior packs. The file is called world_behavior_packs.json.
I've been trying to install several crafting tweaks from bedrocktweaks.
Even after following all the steps specified in the docs, the pack is not installed properly and does not work.
From what I've seen in other tutorials, there should be a known_valid_packs.json in the data directory, that gets updated whenever a new directory is created within /data/resource_packs or /data/behavior_packs. However, no such file exists.
Minecraft Bedrock version: 1.21.31.04
docker-minecraft-bedrock-server version: latest (28e90626f0e4)
Resource pack: better crafting.zip
The text was updated successfully, but these errors were encountered: