From 83cfe5d91d76257ffe80f774cfb3975576c05361 Mon Sep 17 00:00:00 2001 From: Tamas Papp Date: Sun, 20 Apr 2025 16:43:55 +0200 Subject: [PATCH 1/2] Add Emptydark module --- Modules/emptydark.lua | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Modules/emptydark.lua diff --git a/Modules/emptydark.lua b/Modules/emptydark.lua new file mode 100644 index 0000000..b8f0d72 --- /dev/null +++ b/Modules/emptydark.lua @@ -0,0 +1,9 @@ +name = "Emptydark" +description = "Makes the surrounding environment darker. Allows you to see less clearly in The End, Nether, and at night." + +client.settings.addNamelessCategory("Render Settings", 1) +client.settings.addNamelessFloat("Ammag", 0, 25, 10) + +function render2() + gfx2.fillRect(0, 0, gui.width(), gui.height()) +end From 4409fe96df4254b88a231b2f5f9944dd8ba9a822 Mon Sep 17 00:00:00 2001 From: CreeperG16 Date: Sun, 20 Apr 2025 14:44:24 +0000 Subject: [PATCH 2/2] Update index.json --- index.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/index.json b/index.json index 32fce58..1e7a024 100644 --- a/index.json +++ b/index.json @@ -395,6 +395,16 @@ "hash": "e9f03809df6e902048a60a24723d9704", "lastUpdated": "2023-08-25T23:01:35.371Z" }, + { + "name": "Emptydark", + "description": "Makes the surrounding environment darker. Allows you to see less clearly in The End, Nether, and at night.", + "file": "emptydark.lua", + "url": "https://raw.githubusercontent.com/OnixClient-Scripts/OnixClient_Scripts/master/Modules/emptydark.lua", + "libs": [], + "commands": [], + "hash": "fbf8c61e337bc11732529129d59dd70b", + "lastUpdated": "2025-04-20T14:44:23.129Z" + }, { "name": "Enabled Filter", "description": "Only shows enabled modules in the module list.",