release-1.0.0 #39

Merged
cuqmbr merged 108 commits from develop into main 2025-08-14 15:04:35 +00:00
4 changed files with 5 additions and 1 deletions
Showing only changes of commit 64724f2209 - Show all commits

View File

@ -17,3 +17,4 @@
*/usercache.json */usercache.json
.crowdin .crowdin
src/plugins/PlasmoVoice/voice_mutes.json

1
.gitignore vendored
View File

@ -17,3 +17,4 @@
*/usercache.json */usercache.json
.crowdin .crowdin
src/plugins/PlasmoVoice/voice_mutes.json

View File

@ -27,6 +27,9 @@ RUN mkdir ${DATA_PATH}/world_nether && \
ln -sf ${DATA_PATH}/world_nether ${CONFIG_PATH} ln -sf ${DATA_PATH}/world_nether ${CONFIG_PATH}
RUN mkdir ${DATA_PATH}/world_the_end && \ RUN mkdir ${DATA_PATH}/world_the_end && \
ln -sf ${DATA_PATH}/world_the_end ${CONFIG_PATH} ln -sf ${DATA_PATH}/world_the_end ${CONFIG_PATH}
RUN touch ${DATA_PATH}/pv-voice_mutes.json && \
ln -sf ${DATA_PATH}/pv-voice_mutes.json \
${CONFIG_PATH}/plugins/PlasmoVoice/voice_mutes.json
VOLUME ${DATA_PATH} VOLUME ${DATA_PATH}

View File

@ -1 +0,0 @@
{}