2 Commits

Author SHA1 Message Date
20c1d34b4b Added Curse API fir for Dark Mode Everywhere mod
All checks were successful
continuous-integration/drone/tag Build is passing
2023-12-18 21:14:46 +01:00
01a8925971 Added Build Notfication
All checks were successful
continuous-integration/drone/tag Build is passing
2023-07-11 23:29:53 +02:00
2 changed files with 16 additions and 26 deletions

View File

@@ -87,30 +87,17 @@ steps:
- name: "curse" - name: "curse"
path: "/out/curse" path: "/out/curse"
# - name: Send notification - name: "Send notification"
# image: appleboy/drone-telegram image: "appleboy/drone-telegram"
# environment: settings:
# DRONE_TELEGRAM_TOKEN: token:
# from_secret: DRONE_TELEGRAM_TOKEN from_secret: "drone_telegram_token"
# settings: to: -372192466
# token: 1942328463:AAHgHqwVFEluElKynjVfJpPPY9Hhs52LHKk format: "markdown"
# to: -372192466 template_vars:
# message: > repo_link: "${DRONE_REPO_LINK}"
# 🤖 Build from {{datetime build.started "02-Jan-2006 15:04:05 CET" "Europe/Berlin" }} has finished message: >
Modpack __{{repo.name}}__ just got updated to version __{{ build.tag }}__!
# Repository: {{repo.name}} \[{{commit.branch}}] ({{since build.started}}) Go to {{ tpl.repo_link }} to get instructions on how to update or
[download the newest Modpack zip directly]({{ tpl.repo_link }}/releases/tag/{{ build.tag }}).
# {{#success build.status}}
# ✅ build {{build.number}} succeeded. Good job.
# {{else}}
# ❌ build {{build.number}} failed. Fix me please.
# Repository url: {{commit.link}}
# Build results: {{build.link}}
# {{/success}}
# when:
# status:
# - success
# - failure

View File

@@ -25,6 +25,9 @@ customizations:
server: false server: false
# Fix stupid Curse API # Fix stupid Curse API
- mod_id: 574123
name: "Dark Mode Everywhere"
download_url: "https://mediafilez.forgecdn.net/files/4660/836/DarkModeEverywhere-1.19.2-1.1.4.jar"
- mod_id: 448233 - mod_id: 448233
name: "Entity Culling" name: "Entity Culling"
download_url: "https://mediafilez.forgecdn.net/files/4404/949/entityculling-forge-1.6.1-mc1.19.2.jar" download_url: "https://mediafilez.forgecdn.net/files/4404/949/entityculling-forge-1.6.1-mc1.19.2.jar"