start
This commit is contained in:
14
.gitignore
vendored
14
.gitignore
vendored
@@ -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/*
|
||||
@@ -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
|
||||
|
||||
22
config/immediatelyfast.json
Normal file
22
config/immediatelyfast.json
Normal 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
|
||||
}
|
||||
7
config/lithium.properties
Normal file
7
config/lithium.properties
Normal 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.
|
||||
21
config/modelfix-client.toml
Normal file
21
config/modelfix-client.toml
Normal 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
|
||||
|
||||
@@ -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
8
config/rrls.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
enabled = true
|
||||
rgbProgress = false
|
||||
loadingScreenHide = false
|
||||
showIn = "ALL"
|
||||
type = "PROGRESS"
|
||||
reloadText = ""
|
||||
resetResources = false
|
||||
reInitScreen = true
|
||||
2
mods
2
mods
Submodule mods updated: 7fa418ec23...68387e1cd2
Reference in New Issue
Block a user