diff --git a/config/InventoryHUD/curios.json b/config/InventoryHUD/curios.json index 2bd36d9ef..2ae8170cd 100644 --- a/config/InventoryHUD/curios.json +++ b/config/InventoryHUD/curios.json @@ -1 +1 @@ -{"head":{"x":2,"y":98,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"clothes_hat":{"x":20,"y":98,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"belt":{"x":2,"y":62,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"clothes_pants":{"x":20,"y":62,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"back":{"x":2,"y":80,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"clothes_socks":{"x":20,"y":44,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"clothes_torso":{"x":20,"y":80,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"hands":{"x":2,"y":80,"enabled":true,"halign":"LEFT","valign":"TOP"},"ring":{"x":2,"y":117,"enabled":true,"halign":"LEFT","valign":"TOP"},"bracelet":{"x":2,"y":-3,"enabled":true,"halign":"LEFT","valign":"CENTER"},"necklace":{"x":2,"y":146,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"body":{"x":2,"y":126,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"curio":{"x":2,"y":136,"enabled":true,"halign":"LEFT","valign":"TOP"},"charm":{"x":2,"y":99,"enabled":true,"halign":"LEFT","valign":"TOP"}} \ No newline at end of file +{"clothes_hat":{"x":20,"y":98,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"hands":{"x":2,"y":80,"enabled":true,"halign":"LEFT","valign":"TOP"},"belt":{"x":2,"y":62,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"ring":{"x":2,"y":117,"enabled":true,"halign":"LEFT","valign":"TOP"},"back":{"x":2,"y":80,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"bracelet":{"x":2,"y":-3,"enabled":true,"halign":"LEFT","valign":"CENTER"},"necklace":{"x":2,"y":146,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"body":{"x":2,"y":126,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"clothes_torso":{"x":20,"y":80,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"curio":{"x":2,"y":136,"enabled":true,"halign":"LEFT","valign":"TOP"},"head":{"x":2,"y":98,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"charm":{"x":2,"y":99,"enabled":true,"halign":"LEFT","valign":"TOP"},"clothes_pants":{"x":20,"y":62,"enabled":true,"halign":"LEFT","valign":"BOTTOM"},"clothes_socks":{"x":20,"y":44,"enabled":true,"halign":"LEFT","valign":"BOTTOM"}} \ No newline at end of file diff --git a/config/craftpresence.json b/config/craftpresence.json index 2511a5202..c31f348c8 100644 --- a/config/craftpresence.json +++ b/config/craftpresence.json @@ -151,7 +151,7 @@ "stripTranslationFormatting": false, "stripExtraGuiElements": false, "renderTooltips": true, - "configKeyCode": 48 + "configKeyCode": -1 }, "displaySettings": { "presenceData": { diff --git a/config/embeddium++.toml b/config/embeddium++.toml index e8c05b197..4f6ab7bb0 100644 --- a/config/embeddium++.toml +++ b/config/embeddium++.toml @@ -48,7 +48,7 @@ #Configure horizontal max distance before cull entities #Value is squared, default was 64^2 (or 64x64) #Range: > 0 - cullingDistanceX = 4096 + cullingDistanceX = 1024 #List of all Entities to be ignored by distance culling #Uses ResourceLocation to identify it #Example 1: "minecraft:bat" - Ignores bats only @@ -57,7 +57,7 @@ #Configure vertical max distance before cull entities #Value is raw #Range: 0 ~ 512 - cullingDistanceY = 32 + cullingDistanceY = 24 [embeddiumplus.performance.distanceCulling.tileEntities] #Toggles distance culling for Block Entities @@ -66,7 +66,7 @@ #Configure horizontal max distance before cull Block entities #Value is squared, default was 64^2 (or 64x64) #Range: > 0 - cullingDistanceX = 4096 + cullingDistanceX = 1024 #List of all Block Entities to be ignored by distance culling #Uses ResourceLocation to identify it #Example 1: "minecraft:chest" - Ignores chests only @@ -75,7 +75,7 @@ #Configure vertical max distance before cull Block entities #Value is raw #Range: 0 ~ 512 - cullingDistanceY = 32 + cullingDistanceY = 24 [embeddiumplus.dynlights] #Toggle if Block Entities should have dynamic lights diff --git a/config/embeddium-fingerprint.json b/config/embeddium-fingerprint.json new file mode 100644 index 000000000..009ed910e --- /dev/null +++ b/config/embeddium-fingerprint.json @@ -0,0 +1 @@ +{"v":1,"s":"9537defbec78087ce729ad59b747ffedea4a3485132e28e29108291ad724b397566ab4adeb6ad26673121477696a8ce2b4519babeb1228a048650031fd9ba92b","u":"d61f9af73c45292120739ab124d639f7c827e9a766c7cc63ee791d2b24accdbf4076ce0dec06f9c5e1835fc84282aca8e2e44180c87db7c21e9d2acebb3d965e","p":"31960e4440c190f78cdcd8d6bb3a1febda3b2e5d50c62510de736ea236e6c0a1bdb22acfb08aa0a511f3445c0314ee096f8103a2a78a7b5137234dfe08a1829e","t":1707085314} \ No newline at end of file diff --git a/config/embeddium-options.json b/config/embeddium-options.json index 7a85200d4..8166d7c0e 100644 --- a/config/embeddium-options.json +++ b/config/embeddium-options.json @@ -22,6 +22,8 @@ "use_no_error_g_l_context": true }, "notifications": { - "hide_donation_button": true + "force_disable_donation_prompts": false, + "has_cleared_donation_button": false, + "has_seen_donation_prompt": false } } \ No newline at end of file diff --git a/config/exposure-client.toml b/config/exposure-client.toml index 0cca58a09..07c005082 100644 --- a/config/exposure-client.toml +++ b/config/exposure-client.toml @@ -9,6 +9,10 @@ #Tooltips for Developing Film Rolls and Copying Photographs will be shown on Film Rolls and Photographs respectively, describing the crafting recipe. #Only when JEI is not installed. (Only JEI shows these recipes, not REI or EMI) RecipeTooltipsWithoutJei = true + #Album will show how many photographs they contain in a tooltip. + AlbumShowPhotosCount = true + #Signed Album item will have an enchantment glint. + SignedAlbumGlint = true [UI.Viewfinder] #Mouse sensitivity modifier per 5 degrees of fov. Set to 0 to disable sensitivity changes. diff --git a/config/exposure-common.toml b/config/exposure-common.toml index f619bc6de..cffe2521c 100644 --- a/config/exposure-common.toml +++ b/config/exposure-common.toml @@ -1,6 +1,8 @@ [Camera] - #Default focal range of the camera (with built in lens). Default: 18-55 + #Default focal range of the camera (with built in lens). + #Separated by a comma. Allowed range: 10-300 + #Default: 18-55 DefaultFocalRange = "18-55" #Focal Range per lens. Item ID and min-max (or single number for primes) focal lengths. Separated by a comma. Allowed range: 10-300 #Note: to attach the custom lens to the camera - it needs to be added to '#exposure:lenses' item tag. diff --git a/config/jei/jei-client.ini b/config/jei/jei-client.ini index 2146509c9..12d95492e 100644 --- a/config/jei/jei-client.ini +++ b/config/jei/jei-client.ini @@ -9,6 +9,16 @@ # Default Value: false LowMemorySlowSearchEnabled = false + # Description: Catch render errors from ingredients and attempt to recover from them instead of crashing. + # Valid Values: [true, false] + # Default Value: true + CatchRenderErrorsEnabled = true + + # Description: Catch render errors from tooltips and attempt to recover from them instead of crashing. + # Valid Values: [true, false] + # Default Value: true + CatchTooltipErrorsEnabled = true + # Description: Enable cheating items into the hotbar by using the shift+number keys. # Valid Values: [true, false] # Default Value: false @@ -22,7 +32,12 @@ # Description: When looking up recipes with items that contain fluids, also look up recipes for the fluids. # Valid Values: [true, false] # Default Value: false - LookupFluidContents = false + lookupFluidContentsEnabled = false + + # Description: When searching for item tags, also include tags for the default blocks contained in the items. + # Valid Values: [true, false] + # Default Value: true + lookupBlockTagsEnabled = true # Description: How items should be handed to you # Valid Values: [INVENTORY, MOUSE_PICKUP] diff --git a/config/jei/jei-debug.ini b/config/jei/jei-debug.ini index 89c6b8f5f..f2171e61e 100644 --- a/config/jei/jei-debug.ini +++ b/config/jei/jei-debug.ini @@ -9,4 +9,9 @@ # Default Value: false DebugInputs = false + # Description: Adds ingredients to JEI that intentionally crash, to help debug JEI. + # Valid Values: [true, false] + # Default Value: false + CrashingTestItemsEnabled = false + diff --git a/config/tfcastikorcarts-common.toml b/config/tfcastikorcarts-common.toml index d4a31bda7..9c056a645 100644 --- a/config/tfcastikorcarts-common.toml +++ b/config/tfcastikorcarts-common.toml @@ -27,4 +27,8 @@ # Threshold at which the player carrying a cart will get pinned. Higher => can carry more. #Range: 0.0 ~ 1.7976931348623157E308 pinnedThreshold = 420.0 + # + # Pulling distance modifier for carts. Higher => farther/greater break tolerance. + #Range: 4.9E-324 ~ 1.7976931348623157E308 + pullingDistanceModifier = 2.0