Added configuration files
Some checks failed
continuous-integration/drone/tag Build encountered an error

This commit is contained in:
Adrian Marquis
2023-05-27 16:23:20 +02:00
parent 5386f164b9
commit e9e0fa4456
4 changed files with 165 additions and 0 deletions

30
config.yml Normal file
View File

@@ -0,0 +1,30 @@
minecraft_version: 1.19.2
modpack:
curse_id: 520914 # ATM8
# version: 1.0.19b
# extract_config: true # TODO: implement
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: 448233
name: "Entity Culling"
download_url: "https://mediafilez.forgecdn.net/files/4404/949/entityculling-forge-1.6.1-mc1.19.2.jar"
- mod_id: 391382
name: "More Overlays Updated"
download_url: "https://mediafilez.forgecdn.net/files/4322/445/moreoverlays-1.21.5-mc1.19.2.jar"