Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3bf4ade582 | |||
| 8a8a73d6db | |||
| 02eac65c9a |
@@ -90,7 +90,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
api_key: ${{ secrets.TELEGRAM_API_KEY }}
|
api_key: ${{ secrets.TELEGRAM_API_KEY }}
|
||||||
chat_id: ${{ vars.TELEGRAM_CHAT_ID }}
|
chat_id: ${{ vars.TELEGRAM_CHAT_ID }}
|
||||||
message: >
|
message: |
|
||||||
Modpack **ATM 10** just got updated to version **${{ github.ref_name }}**!
|
Modpack **ATM 10** just got updated to version **${{ github.ref_name }}**!
|
||||||
|
|
||||||
Go to ${{ vars.SERVER_PUBLIC_URL }}/${{ github.repository }} to get instructions on how to update or
|
Go to ${{ vars.SERVER_PUBLIC_URL }}/${{ github.repository }} to get instructions on how to update or
|
||||||
|
|||||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -36,7 +36,6 @@ minecraft/logs
|
|||||||
minecraft/modernfix/structureCache*
|
minecraft/modernfix/structureCache*
|
||||||
minecraft/saves
|
minecraft/saves
|
||||||
minecraft/screenshots
|
minecraft/screenshots
|
||||||
minecraft/shaderpacks
|
|
||||||
minecraft/simplebackups/
|
minecraft/simplebackups/
|
||||||
minecraft/TombManyGraves
|
minecraft/TombManyGraves
|
||||||
|
|
||||||
|
|||||||
11
config.yml
11
config.yml
@@ -3,6 +3,8 @@ mod_loader_type: "NeoForge"
|
|||||||
|
|
||||||
modpack:
|
modpack:
|
||||||
curse_id: 925200 # ATM10
|
curse_id: 925200 # ATM10
|
||||||
|
consider_serverfile_generations: 2
|
||||||
|
|
||||||
|
|
||||||
customizations:
|
customizations:
|
||||||
server:
|
server:
|
||||||
@@ -26,6 +28,15 @@ customizations:
|
|||||||
name: "Just Enough Resources (JER)"
|
name: "Just Enough Resources (JER)"
|
||||||
server: true
|
server: true
|
||||||
|
|
||||||
|
# Ignored
|
||||||
|
- mod_id: 282001 # CC: Tweaked
|
||||||
|
server: false # Included via overrides
|
||||||
|
client: false
|
||||||
|
- mod_id: 377897 # Productive Bees
|
||||||
|
file_id: 7718174
|
||||||
|
server: false
|
||||||
|
client: false
|
||||||
|
|
||||||
# Fix stupid Curse API
|
# Fix stupid Curse API
|
||||||
- mod_id: 391382
|
- mod_id: 391382
|
||||||
name: "More Overlays Updated"
|
name: "More Overlays Updated"
|
||||||
|
|||||||
Reference in New Issue
Block a user