This commit is contained in:
Dmitry 2024-01-21 15:40:55 +07:00
parent 49bdea3f47
commit 49a7221e6a
9 changed files with 63 additions and 21 deletions

14
.gitignore vendored
View file

@ -59,16 +59,4 @@ knownkeys.txt
# Server Pack
.github/buildtools/serverpack/logs/
.github/buildtools/serverpack/world/
.github/buildtools/serverpack/config/
.github/buildtools/serverpack/crash-reports/
.github/buildtools/serverpack/kubejs/
.github/buildtools/serverpack/mods/
.github/buildtools/serverpack/local/
.github/buildtools/serverpack/xaerominimap-common.txt
.github/buildtools/serverpack/xaeroworldmap-common.txt
.github/buildtools/serverpack/banned-ips.json
.github/buildtools/serverpack/banned-players.json
.github/buildtools/serverpack/ops.json
.github/buildtools/serverpack/whitelist.json
.github/buildtools/serverpack/*

View file

@ -5,7 +5,7 @@
general {
# If the recipe book button is removed.
# Default: true
B:"Remove Recipe Book Button"=true
B:"Remove Recipe Book Button"=false
# If the crafting table has a tooltip
# Default: false

View file

@ -0,0 +1,22 @@
{
"REGULAR_INFO": "----- Regular config values below -----",
"font_atlas_resizing": true,
"map_atlas_generation": true,
"hud_batching": true,
"fast_text_lookup": true,
"fast_buffer_upload": true,
"fast_buffer_upload_size_mb": 256,
"fast_buffer_upload_explicit_flush": true,
"COSMETIC_INFO": "----- Cosmetic only config values below (Does not optimize anything) -----",
"dont_add_info_into_debug_hud": false,
"EXPERIMENTAL_INFO": "----- Experimental config values below (Rendering glitches may occur) -----",
"experimental_disable_error_checking": false,
"experimental_disable_resource_pack_conflict_handling": false,
"experimental_sign_text_buffering": false,
"experimental_screen_batching": false,
"DEBUG_INFO": "----- Debug only config values below (Do not touch) -----",
"debug_only_and_not_recommended_disable_universal_batching": false,
"debug_only_and_not_recommended_disable_mod_conflict_handling": false,
"debug_only_and_not_recommended_disable_hardware_conflict_handling": false,
"debug_only_print_additional_error_information": false
}

View file

@ -0,0 +1,7 @@
# This is the configuration file for Radium.
# This file exists for debugging purposes and should not be configured otherwise.
#
# You can find information on editing this file and all the available options here:
# https://github.com/jellysquid3/lithium-fabric/wiki/Configuration-File
#
# By default, this file will be empty except for this notice.

View file

@ -0,0 +1,21 @@
[default]
#quad expansion increment. enlarges each quad. Use to hide gaps. Keep both as close to 0 as possible
#Range: -0.1 ~ 0.1
item_quad_expansion = 0.008
#quad x/y offset. simply put moves the quad toward the center of the item. Use to hide gaps
#Range: -0.1 ~ 0.1
item_quad_indent = 0.007
[mac_os]
#It has been reported that some mac os systems are affected by atlass bleeding so the mod cant apply its main fix by removing atlas shrinking. Instead it can reduce it as much as possible by multiplying it by shrink_value_multiplier
#quad expansion increment. enlarges each quad. Use to hide gaps. Keep both as close to 0 as possible
#Range: -0.1 ~ 0.1
item_quad_expansion = 0.04
#quad x/y offset. simply put moves the quad toward the center of the item. Use to hide gaps
#Range: -0.1 ~ 0.1
item_quad_indent = 0.0099
#set to 0 for non macos behavior. 1 keeps vanilla behavior to prevent atlas bleeding
#Range: 0.0 ~ 1.0
shrink_ratio_multiplier = 1.0

View file

@ -1,10 +1,6 @@
{
"basics": {
"favorites": [
"{id:\"ftbteams:my_team\",json:'{\"group\":\"ftblibrary:info\",\"icon\":\"ftbteams:textures/teams.png\",\"x\":0,\"click\":\"ftbteams:open_gui\",\"loading_screen\":true}',type:\"ftblibrary:sidebar_button\"}",
"{id:\"ftbquests:quests\",json:'{\"group\":\"ftblibrary:info\",\"icon\":\"ftbquests:item/book\",\"x\":610,\"click\":\"ftbquests:open_gui\",\"required_server_mods\":[\"ftbquests\"],\"custom_text\":true}',type:\"ftblibrary:sidebar_button\"}",
"{id:\"ftbessentials:trash_can\",json:'{\"group\":\"ftblibrary:util\",\"icon\":\"ftblibrary:icons/bin\",\"x\":150,\"click\":\"command:/trashcan\",\"required_server_mods\":[\"ftbessentials\"]}',type:\"ftblibrary:sidebar_button\"}"
],
"favorites": [],
"hiddenFavorites": [],
"displayHistory": [],
// Declares whether cheating mode is on.
@ -163,7 +159,7 @@
"functionality": {
"inputMethod": null,
// Declares whether REI should remove the recipe book.
"disableRecipeBook": true,
"disableRecipeBook": false,
// Declares whether mob effects should be on the left side instead of the right side.
"leftSideMobEffects": true,
// Declares whether subsets is enabled.

8
config/rrls.toml Normal file
View file

@ -0,0 +1,8 @@
enabled = true
rgbProgress = false
loadingScreenHide = false
showIn = "ALL"
type = "PROGRESS"
reloadText = ""
resetResources = false
reInitScreen = true

2
mods

@ -1 +1 @@
Subproject commit 7fa418ec236ef30e269c406b6f0587c90f8ef2b2
Subproject commit 68387e1cd2f090131538bc9e53fc011c13a341ef