From e7d41e3848aaa66ab0a63d43abbcfe495020e7bc Mon Sep 17 00:00:00 2001 From: Xikaro <0regon.end@gmail.com> Date: Fri, 5 Jul 2024 04:37:29 +0500 Subject: [PATCH] Update mods --- config/ambientsounds-client.json | 16 ++++++++++++---- config/craftpresence.json | 2 -- config/emi.css | 2 +- config/exposure-client.toml | 12 +++++++++++- config/exposure-common.toml | 6 ++++++ config/jade/plugins.json | 4 ++-- config/jade/sort-order.json | 1 + config/packetfixer.properties | 2 +- mods | 2 +- 9 files changed, 35 insertions(+), 12 deletions(-) diff --git a/config/ambientsounds-client.json b/config/ambientsounds-client.json index ec2c4c97c..e4b34ec14 100644 --- a/config/ambientsounds-client.json +++ b/config/ambientsounds-client.json @@ -20,22 +20,30 @@ "void": 1 }, "regions": { - "dark": { + "abyssalcraft_dark": { "overall": 1, "suspense.suspense": 1 }, - "unknown": { + "end_unknown": { "overall": 1, "suspense.suspense": 1 }, - "wind": { + "galacticraft_planets_wind": { "overall": 1, "wind.light-wind": 1 }, - "suspense": { + "nether_suspense": { "overall": 1, "nether": 1 }, + "twilightforest_unknown": { + "overall": 1, + "suspense.suspense": 1 + }, + "void_dark": { + "overall": 1, + "suspense.suspense": 1 + }, "beach": { "overall": 1, "beach": 1, diff --git a/config/craftpresence.json b/config/craftpresence.json index 0587c798c..03d50191c 100644 --- a/config/craftpresence.json +++ b/config/craftpresence.json @@ -1,6 +1,4 @@ { - "_README": "https://gitlab.com/CDAGaming/CraftPresence/-/wikis/home", - "_SOURCE": "https://gitlab.com/CDAGaming/CraftPresence", "_schemaVersion": 6, "_lastMCVersionId": 763, "generalSettings": { diff --git a/config/emi.css b/config/emi.css index 45f5f26a0..c065e078b 100644 --- a/config/emi.css +++ b/config/emi.css @@ -9,7 +9,7 @@ /** * Whether cheating in items is enabled. */ - cheat-mode: false; + cheat-mode: true; /** * How much EMI should use tooltips and popups to show controls and information. diff --git a/config/exposure-client.toml b/config/exposure-client.toml index 0e48ba3ef..918bda75a 100644 --- a/config/exposure-client.toml +++ b/config/exposure-client.toml @@ -35,7 +35,7 @@ [Capture] #Delay in ticks before capturing an image when shooting with flash. #If you experience flash synchronization issues (Flash having no effect on the image) - try increasing the value. - #Range: 1 ~ 6 + #Range: 1 ~ 7 FlashCaptureDelayTicks = 3 #Delay in frames before capturing an image. #Set to higher value when leftovers of GUI elements (such as nameplates) are visible on the images @@ -55,3 +55,13 @@ #Allowed Values: X1, X2, X3, X4 Size = "X2" +[Render] + #Distance from the player beyond which Photograph Frame would not be rendered. Default: 64 + #Note: this number may not relate to distance in blocks exactly. It's influenced by onRender distance and entity distance settings. + #Range: 8 ~ 128 + PhotographFrameCullingDistance = 64 + +[Integration] + #Useful information about some items will be shown in JEI description category. Default: true + JeiInformation = true + diff --git a/config/exposure-common.toml b/config/exposure-common.toml index 2638e3362..d893d55f9 100644 --- a/config/exposure-common.toml +++ b/config/exposure-common.toml @@ -52,3 +52,9 @@ #Range: 2 ~ 64 StackedPhotographsMaxSize = 16 +[Misc] + #Film rolls can be renamed by using the item. Default: true + FilmRollRenaming = true + #Generate items in loot chests. Default: true + AddItemsToLootChests = true + diff --git a/config/jade/plugins.json b/config/jade/plugins.json index 503c4b188..8df2f645f 100644 --- a/config/jade/plugins.json +++ b/config/jade/plugins.json @@ -127,7 +127,6 @@ "sheet_pile": true, "quern": true, "pit_kiln_above": true, - "hot_poured_glass": true, "gearbox": true, "axle": true, "chested_horse": true, @@ -154,7 +153,8 @@ "equipment_requirement": "" }, "exposure": { - "lightroom": true + "lightroom": true, + "photograph_frame": true }, "create": { "filter": true, diff --git a/config/jade/sort-order.json b/config/jade/sort-order.json index 203e5975a..2fdfcc63d 100644 --- a/config/jade/sort-order.json +++ b/config/jade/sort-order.json @@ -25,6 +25,7 @@ "expatternprovider:jade_wireless": null, "expatternprovider:tile_data": null, "exposure:lightroom": null, + "exposure:photograph_frame": null, "extendedcrafting:advanced_auto_table": null, "extendedcrafting:advanced_table": null, "extendedcrafting:auto_ender_crafter": null, diff --git a/config/packetfixer.properties b/config/packetfixer.properties index 7c6a1ae74..b52932142 100644 --- a/config/packetfixer.properties +++ b/config/packetfixer.properties @@ -1,7 +1,7 @@ #Packet Fixer config file. #Default values (minecraft default): nbtMaxSize 2097152, packetSize 1048576, decoderSize 2097152 and varInt21Size 3. #Max values are 2147483647 for packetSize/decoderSize/varInt21 and 9223372036854775807 for nbtMaxSize. -#Tue Jun 25 03:00:39 YEKT 2024 +#Fri Jul 05 04:36:29 YEKT 2024 nbtMaxSize=209715200 decoderSize=838860800 packetSize=104857600 diff --git a/mods b/mods index 1e54c9763..4ff27f15a 160000 --- a/mods +++ b/mods @@ -1 +1 @@ -Subproject commit 1e54c9763cb47eeeaef459c135944a188ef7cc2d +Subproject commit 4ff27f15af76a01d1df9b4efac75d01eb830c453