Skip to content

Commit

Permalink
Add Morpheus and JEI (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nincodedo authored Apr 2, 2021
1 parent f3b83ae commit d47d235
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ COPY docker-compose.yaml /app/ocw-minecraft/docker-compose.yaml
COPY *.env /app/ocw-minecraft/
COPY scripts/resetWorld.sh /app/resetWorld.sh
RUN dos2unix /app/resetWorld.sh /app/resetWorld.sh
COPY config/ftbbackups-common.toml /config/
COPY config/*.toml /config/
RUN wget -P /mods https://media.forgecdn.net/files/3038/811/ftb-backups-2.1.1.6.jar
RUN wget -P /mods https://media.forgecdn.net/files/3215/383/Morpheus-1.16.5-4.2.70.jar
RUN wget -P /mods https://media.forgecdn.net/files/3245/79/jei-1.16.5-7.6.1.75.jar
ENTRYPOINT ["sh", "/app/resetWorld.sh"]
2 changes: 1 addition & 1 deletion config/ftbbackups-common.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ silent = true
#More backups = more space used
#0 - Infinite
#Range: 0 ~ 32000
backups_to_keep = 12
backups_to_keep = 24
#Timer in minutes.
#5 - backups every 5 minutes
#60 - backups every hour
Expand Down

0 comments on commit d47d235

Please sign in to comment.