Add modpack configuration and files
All checks were successful
Build and Release modpack / Create Release from tag (push) Successful in 8m19s

This commit is contained in:
2026-01-27 18:01:07 +01:00
parent 59ef42a1c2
commit 79c9a6f53f
4 changed files with 179 additions and 0 deletions

26
config.yml Normal file
View File

@@ -0,0 +1,26 @@
minecraft_version: 1.21.1
mod_loader_type: "NeoForge"
modpack:
curse_id: 925200 # ATM10
customizations:
server:
extra_files:
- "./server.properties.erb"
ignored:
- "user_jvm_args.txt"
- "*.sh"
- "*.bat"
client:
extra_files:
- "./servers.dat"
mods:
- mod_id: 261725
name: "ItemZoom"
server: false
# Fix stupid Curse API
- mod_id: 391382
name: "More Overlays Updated"
download_url: "https://mediafilez.forgecdn.net/files/6981/252/moreoverlays-1.24.2-mc1.21.1-neoforge.jar"