From ed8f573a8631861dba2eace7ff97d1ec9e34dc65 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Sun, 24 Dec 2023 18:36:32 +0700 Subject: [PATCH] =?UTF-8?q?=D0=BA=D1=84=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/exposure-client.toml | 3 +++ config/exposure-common.toml | 20 +++++++++++++--- config/jade/plugins.json | 48 ++++++++++++++++--------------------- config/jade/sort-order.json | 20 ++++++++++++++++ 4 files changed, 61 insertions(+), 30 deletions(-) diff --git a/config/exposure-client.toml b/config/exposure-client.toml index fd5a6ea85..0cca58a09 100644 --- a/config/exposure-client.toml +++ b/config/exposure-client.toml @@ -6,6 +6,9 @@ PhotographPhotographerNameTooltip = false #Crosshair will not get in the way when holding a photograph. PhotographInHandHideCrosshair = true + #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 [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 46969ffba..47b44b60e 100644 --- a/config/exposure-common.toml +++ b/config/exposure-common.toml @@ -1,8 +1,10 @@ [Camera] - #Spyglass will function like a superzoom lens instead of a teleconverter, allowing for a full range of focal lengths (18-200). - #Using it as a teleconverter allows only 55-200 - SpyglassSuperzoom = false + #Default focal range of the camera (with built in lens). 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 + #Default: ["minecraft:spyglass,55-200"] + LensFocalRanges = ["minecraft:spyglass,55-200"] [Lightroom] #Time in ticks to print black and white photograph. @@ -15,3 +17,15 @@ #Range: 0 ~ 32767 ExperiencePerPrint = 4 +[Integration] + + [Integration.Create] + + [Integration.Create.SequencedSpoutFilmDeveloping] + #Film can be developed with create Spout Filling. Default: true + Enabled = true + #Fluid spouting sequence required to develop color film. + ColorFilmSequence = ["{FluidName:\"create:potion\",Amount:250,Tag:{Potion:\"minecraft:awkward\"}}", "{FluidName:\"create:potion\",Amount:250,Tag:{Potion:\"minecraft:thick\"}}", "{FluidName:\"create:potion\",Amount:250,Tag:{Potion:\"minecraft:mundane\"}}"] + #Fluid spouting sequence required to develop black and white film. + BlackAndWhiteFilmSequence = ["{FluidName:\"minecraft:water\",Amount:250}"] + diff --git a/config/jade/plugins.json b/config/jade/plugins.json index d90f9b942..2a59b11fb 100644 --- a/config/jade/plugins.json +++ b/config/jade/plugins.json @@ -1,19 +1,4 @@ { - "extendedcrafting": { - "elite_auto_table": true, - "ender_crafter": true, - "basic_auto_table": true, - "flux_crafter": true, - "advanced_table": true, - "auto_ender_crafter": true, - "ultimate_table": true, - "ultimate_auto_table": true, - "elite_table": true, - "basic_table": true, - "crafting_core": true, - "advanced_auto_table": true, - "compressor": true - }, "minecraft": { "item_storage.show_name_amount": 5, "furnace": true, @@ -84,42 +69,51 @@ "bloomery": true, "nest_box": true, "bellows": true, - "sheet_pile": true, "hoe_overlay": true, "charcoal_forge": true, "mud_bricks": true, "loom": true, "bloom": true, "frog": true, - "pit_kiln_above": true, "sapling": true, "rabbit": true, "composter": true, + "decaying": true, + "wall_torch": true, + "windmill": true, + "ocelot": true, + "candle_cake": true, + "horse": true, + "clutch": true, + "animal": true, + "fruit_tree_sapling": true, + "squid": true, + "encased_axle": true, + "crop": true, + "blast_furnace": true, + "hand_wheel": true, + "sheet_pile": true, + "quern": true, + "pit_kiln_above": true, + "gearbox": true, + "axle": true, "chested_horse": true, "pack_predator": true, "barrel": true, - "decaying": true, - "wall_torch": true, "predator": true, "wild_animal": true, "crucible": true, "torch": true, "lamp": true, - "ocelot": true, - "candle_cake": true, "fishing_hook": true, - "horse": true, + "water_wheel": true, + "crankshaft": true, "powder_keg": true, "pit_kiln_internal": true, "fish": true, "candle": true, - "animal": true, - "fruit_tree_sapling": true, "jack_o_lantern": true, "firepit": true, - "squid": true, - "crop": true, - "blast_furnace": true, "ingot_pile": true }, "jadeaddons": { diff --git a/config/jade/sort-order.json b/config/jade/sort-order.json index e5a8e42fe..db48d9a24 100644 --- a/config/jade/sort-order.json +++ b/config/jade/sort-order.json @@ -136,6 +136,16 @@ "firmalife:tumbler": null, "firmalife:fruit_tree_sapling": null, "firmalife:jarbnet": null, + "tfc:axle": null, + "tfc:encased_axle": null, + "tfc:clutch": null, + "tfc:hand_wheel": null, + "tfc:gearbox": null, + "tfc:crankshaft": null, + "tfc:quern": null, + "tfc:water_wheel": null, + "tfc:windmill": null, + "minecraft:campfire": null, "corpse:corpse": null, "create:blaze_burner": null, "create:backtank_capacity": null, @@ -179,6 +189,15 @@ "tfc:loom": null, "tfc:sheet_pile": null, "tfc:ingot_pile": null, + "tfc:axle": null, + "tfc:encased_axle": null, + "tfc:clutch": null, + "tfc:hand_wheel": null, + "tfc:gearbox": null, + "tfc:crankshaft": null, + "tfc:quern": null, + "tfc:water_wheel": null, + "tfc:windmill": null, "tfc:animal": null, "tfc:horse": null, "tfc:chested_horse": null, @@ -205,6 +224,7 @@ "minecraft:mob_breeding": null, "minecraft:chicken_egg": null, "minecraft:zombie_villager": null, + "minecraft:campfire": null, "minecraft:block_states": null, "minecraft:horse_stats": null, "minecraft:item_frame": null,