This commit is contained in:
Xikaro 2024-03-19 13:35:31 +05:00
parent 8a159254a2
commit ce9685558d
19 changed files with 1387 additions and 432 deletions

View file

@ -1,7 +1,7 @@
[Camera]
#Default focal range of the camera (with built in lens).
#Separated by a comma. Allowed range: 10-300
#Default focal range of the camera (without a lens attached).
#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
@ -32,3 +32,9 @@
#Fluid spouting sequence required to develop black and white film.
BlackAndWhiteFilmSequence = ["{FluidName:\"minecraft:water\",Amount:250}"]
[Photographs]
#How many photographs can be stacked in Stacked Photographs item. Default: 16.
#Larger numbers may cause errors. Use at your own risk.
#Range: 2 ~ 64
StackedPhotographsMaxSize = 16