Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Jan 8, 2025
1 parent 0405552 commit 5bd9b98
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
16 changes: 16 additions & 0 deletions config/hyperbox-client.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[block_rendering]
#Whether to preview the state a hyperbox block will be placed as.
#Can be disabled if another placement preview mod is causing compatibility issues with this feature.
show_placement_preview = true
#Opacity (alpha value) of hyperbox placement preview
# Default: 0.4
# Range: 0.0 ~ 1.0
placement_preview_opacity = 0.4

[nameplate_rendering]
#Minimum distance from a hyperbox to the player to render hyperbox nameplates from while not sneaking.
#If negative, nameplates will not be rendered while not sneaking.
nameplate_render_distance = -1.0
#Minimum distance from a hyperbox to the player to render hyperbox nameplates from while sneaking.
#If negative, nameplates will not be rendered while sneaking.
nameplate_sneaking_render_distance = 8.0
11 changes: 11 additions & 0 deletions config/hyperbox-common.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[world_management]
#Enable automatic forceloading of hyperbox chunks.
#While this is enabled, the primary chunks of hyperbox worlds will be kept loaded while the
#parent hyperbox's chunk is loaded, and will be kept unloaded while the parent hyperbox's chunk
#is not loaded.
#If this is disabled, no automatic enabling or disabling of forceloading will be done. In this case,
#hyperbox's interiors will only tick while occupied by a player, or while forceloaded through
#other means.
#Be aware that if this option is changed from true to false while any hyperbox chunks are currently
#forceloaded, they will continue to be forceloaded until those chunks are manually un-forceloaded.
auto_force_hyperbox_chunks = true

0 comments on commit 5bd9b98

Please sign in to comment.