From a17a912bae3a5db34f078e52520e212d491b7758 Mon Sep 17 00:00:00 2001 From: MCTian-mi <35869948+MCTian-mi@users.noreply.github.com> Date: Sat, 4 May 2024 02:39:50 +0800 Subject: [PATCH 1/6] fix nether bottom being empty --- config/cd4017be/dimensionstack.dat | Bin 1252 -> 1201 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/config/cd4017be/dimensionstack.dat b/config/cd4017be/dimensionstack.dat index 415a3d3869f73c6bff28bcbe55d4401ad74677ec..c38afd18607efa28ae1c6f44ab08a24366ece925 100644 GIT binary patch literal 1201 zcmcIkO;6iE5Pf!*d^m>+Rq8LO;6xO+2~aMer~+{Tsm-Ow^?H)5aBORL6(MoRU+zDk zvqr^&hLt#U5BBW7w==u%jhz4q;^|3*t}-MYA%ak(i${Jh3SBq&QJUbh$|vLWB%@KT z*VajOHuBvZqR)zlew8n!-!7mU!SsHDvdQplfg6P3qJZ?7Ac4?Y~-KFTsU-l1lwxt$J z6T!NWOlIB=nSJwS1AqYhVVcJx4d6&7op#uZv6ZNau|kepqEM~pkj11EFL(Qfj1g*dQXSkr*CuhL19|tOurolHKU~q2f*44xI~qHk{zU~ z00zF)C@d0su)e5Bi_9pi^6Wkvd4hC*>z_2dsu`VHj5DpH;)1O4ti4 z`2B~oFKU0MDptC;T_&jrwH7KPPEiZj#F=y&uoXM1p}ElC<$~tWQAq5+kiPgtyv{7X z+CFK8lZ{-{RRTdQjFJ!H4fUV2!{^%BUp6{JJ95>!Ue5(o0&cD&wxDv;L4Y5FuqybH zF>pdXB{oYY(doR~tHjwaaJMp>ce)qn6+3pIZu8=)pgE*Pm(J{lGCSljdTO7v$T}ra Mpgu)yNLU=c0PK-UP5=M^ From 6a1385e8137289e0d64bbb66989a6d35097a7dbf Mon Sep 17 00:00:00 2001 From: MCTian-mi <35869948+MCTian-mi@users.noreply.github.com> Date: Sat, 4 May 2024 15:47:42 +0800 Subject: [PATCH 2/6] remove craftpresence config keybinding --- config/craftpresence.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/craftpresence.json b/config/craftpresence.json index dbe42ba10..b20e87af2 100644 --- a/config/craftpresence.json +++ b/config/craftpresence.json @@ -363,7 +363,7 @@ "stripTranslationFormatting": false, "stripExtraGuiElements": false, "renderTooltips": true, - "configKeyCode": 41 + "configKeyCode": 0 }, "displaySettings": { "presenceData": { From cfd9383768964cf5c9124c64dfef58367ac047a5 Mon Sep 17 00:00:00 2001 From: MCTian-mi <35869948+MCTian-mi@users.noreply.github.com> Date: Sat, 4 May 2024 16:49:37 +0800 Subject: [PATCH 3/6] add alet-client.json to prevent warning screen from appearing --- config/alet-client.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 config/alet-client.json diff --git a/config/alet-client.json b/config/alet-client.json new file mode 100644 index 000000000..c6cdefb72 --- /dev/null +++ b/config/alet-client.json @@ -0,0 +1,22 @@ +{ + "client": { + "colorAccuracy": 0, + "showAgain": false + }, + "tapeMeasure": { + "measurementName": [ + "m", + "mm", + "cm", + "in", + "feet" + ], + "measurementEquation": [ + "M * 1", + "M * 1000", + "M * 100", + "M * 39.3700787", + "M * 3.28084" + ] + } +} \ No newline at end of file From b4ea6063107618fcf2b0b44da4fcaf68f82907eb Mon Sep 17 00:00:00 2001 From: MCTian-mi <35869948+MCTian-mi@users.noreply.github.com> Date: Mon, 6 May 2024 23:05:42 +0800 Subject: [PATCH 4/6] change Alfheim back to Hesperus --- manifest.json | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index 06322b07d..20a02499a 100644 --- a/manifest.json +++ b/manifest.json @@ -777,13 +777,8 @@ "required": true }, { - "projectID": 910715, - "fileID": 4949716, - "required": true - }, - { - "projectID": 873867, - "fileID": 5163117, + "projectID": 620262, + "fileID": 4724647, "required": true }, { From ffc6fa987b29618575273aed575016944207c2ec Mon Sep 17 00:00:00 2001 From: MCTian-mi <35869948+MCTian-mi@users.noreply.github.com> Date: Thu, 27 Jun 2024 00:04:49 +0800 Subject: [PATCH 5/6] updates GTFO to 1.11.2 --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 20a02499a..a2085d617 100644 --- a/manifest.json +++ b/manifest.json @@ -307,7 +307,7 @@ }, { "projectID": 477021, - "fileID": 5155451, + "fileID": 5446241, "required": true }, { From 65eb918c7b15b5cd9fc6e617c417cd84f0478d52 Mon Sep 17 00:00:00 2001 From: MCTian-mi <35869948+MCTian-mi@users.noreply.github.com> Date: Thu, 27 Jun 2024 09:49:51 +0800 Subject: [PATCH 6/6] Revert "change Alfheim back to Hesperus" This reverts commit b4ea6063107618fcf2b0b44da4fcaf68f82907eb. --- manifest.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index a2085d617..b8fc29b49 100644 --- a/manifest.json +++ b/manifest.json @@ -777,8 +777,13 @@ "required": true }, { - "projectID": 620262, - "fileID": 4724647, + "projectID": 910715, + "fileID": 4949716, + "required": true + }, + { + "projectID": 873867, + "fileID": 5163117, "required": true }, {