This commit is contained in:
Dmitry 2023-12-24 18:36:32 +07:00
parent b076d62602
commit ed8f573a86
4 changed files with 61 additions and 30 deletions

View file

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

View file

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

View file

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

View file

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