Add modpack configuration and files
All checks were successful
Build and Release modpack / Create Release from tag (push) Successful in 8m19s
All checks were successful
Build and Release modpack / Create Release from tag (push) Successful in 8m19s
This commit is contained in:
26
config.yml
Normal file
26
config.yml
Normal 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"
|
||||
Reference in New Issue
Block a user