minor polishing fixes
removed config for default options
This commit is contained in:
parent
1056338c3b
commit
d228f64cc2
4 changed files with 3 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
A 1.18.2 minecraft modpack for general use and to improve quality of life on multiplayer servers that I play.
|
A 1.18.2 Minecraft modpack for general use and to improve quality of life on multiplayer servers that I play.
|
||||||
|
|
||||||
Uses Fabric mod loader.
|
Uses Quilt mod loader.
|
||||||
|
|
||||||
You can check what mods are used by checking what is in the [mods](./mods) folder.
|
You can check what mods are used by checking what is in the [mods](./mods) folder.
|
||||||
|
|
||||||
|
|
|
@ -1,2 +0,0 @@
|
||||||
defaultDifficulty = "NORMAL"
|
|
||||||
lockDifficulty = false
|
|
|
@ -12,10 +12,6 @@ hash = "a68a46e2a8e447a5fc6bbd3c5242bff42fe767c07afeca106f8e09d2d3fe25ca"
|
||||||
file = "config/customwindowtitle-client.toml"
|
file = "config/customwindowtitle-client.toml"
|
||||||
hash = "103ab2253b65e0a98457fc2f753f3e18a9beefa290ca5e81bd7b1a76b1e870ae"
|
hash = "103ab2253b65e0a98457fc2f753f3e18a9beefa290ca5e81bd7b1a76b1e870ae"
|
||||||
|
|
||||||
[[files]]
|
|
||||||
file = "config/defaultoptions.toml"
|
|
||||||
hash = "3e93640912ed3a9ddf871b45ccf373d7d8db57e50bcc2798e9b7112b2e031c67"
|
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/enhanced_bes.properties"
|
file = "config/enhanced_bes.properties"
|
||||||
hash = "0b909b5ebd8775bfcc0345a8bdc5a3b7c57ab864d6b52b68686849e4d94ccaea"
|
hash = "0b909b5ebd8775bfcc0345a8bdc5a3b7c57ab864d6b52b68686849e4d94ccaea"
|
||||||
|
|
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "389dcf606b265e1bd0b4bfd112981374c8f3346e77beed6f253678ee1d6ecb17"
|
hash = "6ea6237016943c06994003faf9221f2d1d7215970ef80e9f4dea1dfb7fd27b51"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
minecraft = "1.18.2"
|
minecraft = "1.18.2"
|
||||||
|
|
Loading…
Reference in a new issue