Updated gitignore & added Ding
All checks were successful
continuous-integration/drone/tag Build is passing
All checks were successful
continuous-integration/drone/tag Build is passing
This commit is contained in:
38
.gitignore
vendored
38
.gitignore
vendored
@@ -1,26 +1,42 @@
|
||||
# ---> minecraft
|
||||
# MultiMC
|
||||
instance.cfg
|
||||
minecraft/astralsorcery
|
||||
|
||||
# Game Folder ################
|
||||
minecraft/.*
|
||||
|
||||
minecraft/blueprints
|
||||
minecraft/crash-reports
|
||||
minecraft/discordsuite
|
||||
minecraft/ESM
|
||||
minecraft/everbook
|
||||
minecraft/fonts
|
||||
minecraft/journeymap
|
||||
minecraft/hs_err_*
|
||||
minecraft/knownkeys.txt
|
||||
minecraft/llibrary
|
||||
minecraft/local
|
||||
minecraft/localconfigs
|
||||
minecraft/logs
|
||||
minecraft/patchouli_books
|
||||
minecraft/saves
|
||||
minecraft/schematics
|
||||
minecraft/screenshots
|
||||
minecraft/shaderpacks
|
||||
minecraft/server-resource-packs
|
||||
minecraft/TombManyGraves
|
||||
minecraft/.*
|
||||
|
||||
minecraft/BotaniaVars.dat
|
||||
minecraft/crafttweaker.log
|
||||
minecraft/ds_private_storage.json
|
||||
minecraft/hs_err_*
|
||||
minecraft/icon.png
|
||||
minecraft/OpenComputersMod-*
|
||||
minecraft/knownkeys.txt
|
||||
minecraft/patchouli_data.json
|
||||
minecraft/reauth.toml
|
||||
minecraft/rhino.local.properties
|
||||
minecraft/servers.dat_old
|
||||
minecraft/usercache.json
|
||||
|
||||
minecraft/resourcepacks/*
|
||||
minecraft/shaderpacks/*
|
||||
minecraft/texturepacks/*
|
||||
|
||||
|
||||
# Libraries ##################
|
||||
natives
|
||||
jei/bookmarks.ini
|
||||
|
||||
|
||||
|
||||
@@ -2,8 +2,6 @@ minecraft_version: 1.19.2
|
||||
|
||||
modpack:
|
||||
curse_id: 520914 # ATM8
|
||||
# version: 1.0.19b
|
||||
# extract_config: true # TODO: implement
|
||||
|
||||
customizations:
|
||||
server:
|
||||
@@ -20,6 +18,9 @@ customizations:
|
||||
- mod_id: 261725
|
||||
name: "ItemZoom"
|
||||
server: false
|
||||
- mod_id: 231275
|
||||
name: "Ding"
|
||||
server: false
|
||||
|
||||
# Fix stupid Curse API
|
||||
- mod_id: 448233
|
||||
|
||||
Reference in New Issue
Block a user