Added configuration files
Some checks failed
continuous-integration/drone/tag Build encountered an error
Some checks failed
continuous-integration/drone/tag Build encountered an error
This commit is contained in:
30
config.yml
Normal file
30
config.yml
Normal 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"
|
||||
Reference in New Issue
Block a user