modular-avatar/.github/ProjectRoot/vpm-manifest-2022.json
bd_ cdc64838bb feat: ensure that correct layers are toggled off in MMD worlds, even after messing with layer order
We make the assumption that the MMD world will _specifically_
be disabling layers 1 and 2.
2025-03-14 20:38:55 -07:00

25 lines
445 B
JSON

{
"dependencies": {
"com.vrchat.avatars": {
"version": "3.7.4"
},
"nadena.dev.ndmf": {
"version": "1.7.0-alpha.4"
}
},
"locked": {
"com.vrchat.avatars": {
"version": "3.7.4",
"dependencies": {
"com.vrchat.base": "3.7.4"
}
},
"com.vrchat.base": {
"version": "3.7.4",
"dependencies": {}
},
"nadena.dev.ndmf": {
"version": "1.7.0-alpha.4"
}
}
}