fix(village-evolution): bind-mount enabled_packs.json for persistent pack activation
All checks were successful
Deploy Addons / deploy (push) Successful in 44s
All checks were successful
Deploy Addons / deploy (push) Successful in 44s
BDS reads pack activation from LevelDB, not world_behavior_packs.json. The enabled_packs.json in config/default/ is the correct mechanism to activate new packs in existing worlds. Bind-mounted so it survives container recreates via CI/CD. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
6
village-evolution-addon/enabled_packs.json
Normal file
6
village-evolution-addon/enabled_packs.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"behavior_packs": [
|
||||
{"pack_id": "c7e91f32-4a8b-4d6e-b21c-9f3a05d8e047", "version": [1, 0, 0]}
|
||||
],
|
||||
"resource_packs": []
|
||||
}
|
||||
Reference in New Issue
Block a user