Compare commits

...

5 Commits

Author SHA1 Message Date
bbaovanc 53e7a4e3a5 Add natives/ to gitignore 2021-01-25 16:41:22 -06:00
bbaovanc 7a7683dfa4 Add suckless-pack submodule 2021-01-22 22:55:19 -06:00
bbaovanc e3d4c333f7 Disable compact chat in patcher 2021-01-02 18:44:51 -06:00
bbaovanc 5955d6b73a Update Patcher mod: 1.4.1 -> 1.5.1 2020-12-28 17:36:49 -06:00
bbaovanc ece968313d Remove ChatTriggers 2020-12-02 16:14:29 -06:00
7 changed files with 7 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@
.minecraft/server-resource-packs/
.minecraft/shaderpacks/
.minecraft/texturepacks/
natives/
.minecraft/config/ChatTriggers/chattriggers-asm-provided-libs.js
.minecraft/config/ChatTriggers/chattriggers-asmLib.js
+4
View File
@@ -0,0 +1,4 @@
[submodule ".minecraft/resourcepacks/suckless-pack"]
path = .minecraft/resourcepacks/suckless-pack
url = git@github.com:BBaoVanC/suckless-pack.git
branch = master
+1 -1
View File
@@ -206,7 +206,7 @@
transparent_chat = false
transparent_chat_input_field = false
chat_keeper = true
compact_chat = true
compact_chat = false
chat_position = true
chat_timestamps_format = 0
Binary file not shown.
Binary file not shown.
Binary file not shown.