Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions Modules/emptydark.lua
Original file line number Diff line number Diff line change
@@ -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
10 changes: 10 additions & 0 deletions index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down