mirror of
https://gitlab.com/Merith-TK/vanillia-modpack.git
synced 2025-07-03 06:36:58 +01:00
update with first person mods and default configs
This commit is contained in:
parent
32b60e0d6c
commit
e5323808f5
22 changed files with 1023 additions and 5 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -1,20 +1,25 @@
|
|||
# block files that are not needed
|
||||
.minecraft/.bobby
|
||||
.minecraft/.fabric
|
||||
.minecraft/.mixin.out
|
||||
.minecraft/.replay
|
||||
.minecraft/config
|
||||
.minecraft/coremods
|
||||
.minecraft/crash-reports
|
||||
.minecraft/essential
|
||||
.minecraft/figura
|
||||
.minecraft/logs
|
||||
.minecraft/ModTranslations
|
||||
.minecraft/not-enough-crashes
|
||||
.minecraft/patched_shaders
|
||||
.minecraft/replay_recordings
|
||||
.minecraft/resourcepacks
|
||||
.minecraft/saves
|
||||
.minecraft/screenshots
|
||||
.minecraft/server-resource-packs
|
||||
.minecraft/shaderpacks
|
||||
.minecraft/texturepacks
|
||||
.minecraft/XaeroW*
|
||||
.minecraft/realms_persistence.json
|
||||
.minecraft/usercache.json
|
||||
.minecraft/whitelist.json
|
||||
|
@ -24,11 +29,8 @@
|
|||
.minecraft/servers.dat_old
|
||||
|
||||
|
||||
fabrilous-updater-*.jar
|
||||
/instance.cfg
|
||||
/.packignore
|
||||
/natives
|
||||
!.minecraft/config/yosbr/*
|
||||
fabrilous-updater-*.jar
|
||||
*.disabled
|
||||
|
||||
update-pack.data/.*
|
||||
|
@ -36,3 +38,6 @@ update-pack.data/*/
|
|||
update-pack.data/update.sh
|
||||
update-pack.data/busybox.exe
|
||||
|
||||
instance.cfg
|
||||
.packignore
|
||||
natives
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue