This commit is contained in:
Xikaro 2024-02-05 03:25:41 +05:00
parent fe0ab6f0c5
commit 90027a8231
10 changed files with 42 additions and 9 deletions

View file

@ -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"}}
{"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"}}

View file

@ -151,7 +151,7 @@
"stripTranslationFormatting": false,
"stripExtraGuiElements": false,
"renderTooltips": true,
"configKeyCode": 48
"configKeyCode": -1
},
"displaySettings": {
"presenceData": {

View file

@ -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

View file

@ -0,0 +1 @@
{"v":1,"s":"9537defbec78087ce729ad59b747ffedea4a3485132e28e29108291ad724b397566ab4adeb6ad26673121477696a8ce2b4519babeb1228a048650031fd9ba92b","u":"d61f9af73c45292120739ab124d639f7c827e9a766c7cc63ee791d2b24accdbf4076ce0dec06f9c5e1835fc84282aca8e2e44180c87db7c21e9d2acebb3d965e","p":"31960e4440c190f78cdcd8d6bb3a1febda3b2e5d50c62510de736ea236e6c0a1bdb22acfb08aa0a511f3445c0314ee096f8103a2a78a7b5137234dfe08a1829e","t":1707085314}

View file

@ -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
}
}

View file

@ -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.

View file

@ -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.

View file

@ -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]

View file

@ -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

View file

@ -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