Skip to content

Commit

Permalink
Disable moreoverlays double click jei searching
Browse files Browse the repository at this point in the history
  • Loading branch information
Electrolyte220 committed Aug 9, 2024
1 parent 431860a commit 5005261
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
!/config/aether-client.toml
!/config/aether-common.toml
!/config/ding.toml
!/config/moreoverlays.toml
!/config/AdvancedPeripherals
/config/AdvancedPeripherals/*
!/config/AdvancedPeripherals/world.toml
Expand Down
1 change: 1 addition & 0 deletions .packwizignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
!/config/aether-client.toml
!/config/aether-common.toml
!/config/ding.toml
!/config/moreoverlays.toml
!/config/AdvancedPeripherals
/config/AdvancedPeripherals/*
!/config/AdvancedPeripherals/world.toml
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
**Script/Config Changes**
- Replace prospectors with bigger ones
- Hide furnace workstation
- Disable moreoverlays double click jei searching (emi already does this)

**Mod Changes**
- resourcefullib-forge-1.20.1-2.1.25 -> resourcefullib-forge-1.20.1-2.1.28
Expand Down
81 changes: 81 additions & 0 deletions config/moreoverlays.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@

#Settings for the light / mobspawn overlay
[lightoverlay]
#Range of the lightoverlay (positive Y)
#Range: > 0
uprange = 4
#Range of the lightoverlay (negative Y)
#Range: > 0
downrange = 16
#Range of the lightoverlay (Horizontal N,E,S,W)
#Range: > 0
hrange = 16
#Ignore if there in no 2 Block space to spawn. (Less lag if true)
ignoreLayer = false
#Ignore if mobs can actually spawn according to other mods and biome spawn lists and just go by light value
ignoreSpawnList = false
#Blocks can allow/disallow spawns for different entity types. The check for this isn't very performat.
#Setting this to true will increase performance but decrease accuracy.
simpleCheck = false
#Minimum save light level where no mobs can spawn
#Range: > 0
saveLevel = 1
#Finished 1.18 migration (don't change)
finishedMigration = true

#Settings for the chunk bounds overlay
[chunkbounds]
#Radius (in Chunks) to show the edges (red line)
#Range: > 0
radius = 1
#Show the middle of the current Chunk (yellow line)
middle = true

#General render settings.
#Line thickness, Colors, ...
[rendersettings]
#Color for the chunk edge
#Range: 0 ~ 16777215
chunk_edge_color = 16711680
#Color for the chunk grid
#Range: 0 ~ 16777215
chunk_grid_color = 65280
#Color for the middle chunk line
#Range: 0 ~ 16777215
chunk_mid_color = 16776960
#Line width for chunk boundaries
#Range: 0.0 ~ 1.7976931348623157E308
chunk_line_width = 1.5
#Color the X that marks "Spawns always possible"
#Range: 0 ~ 16777215
spawn_always_color = 16711680
#Color the X that marks "Spawns at night possible"
#Range: 0 ~ 16777215
spawn_night_color = 16776960
#Line width for spawn indication
#Range: 0.0 ~ 1.7976931348623157E308
spawn_line_width = 2.0

#Settings for the search overlay
[searchoverlay]
#Setting this to false this will disable the functionality to double click the JEI search bar for item searching.
search_enabled = false
#Also searches for the custom name of an item in user inventory (for example items named in anvil)
#Setting this to false will increase performance.
custom_search = true
#Also searches the tooltip of items in the users inventory
#Setting this to false will increase performance.
search_tooltip = true
#Maximum amount of search results for the item searching to be active
#Range: > 256
search_max_results = 16384
#Color for the search box when double clicked
#Range: 0 ~ 16777215
search_box_color = 16776960
#Color of the filtered out slots
#Range: 0 ~ 16777215
search_slot_color = 0
#Transparancy for the filtered out slots
#Range: 0.0 ~ 1.0
search_slot_alpha = 0.5

3 changes: 3 additions & 0 deletions index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,9 @@ file = "config/heracles/quests/ulvulshumblebeginnings/whole_new_create.json"
[[files]]
file = "config/heracles/tutorial.html"

[[files]]
file = "config/moreoverlays.toml"

[[files]]
file = "config/oreberriesreplanted-common.toml"

Expand Down

0 comments on commit 5005261

Please sign in to comment.