Camera Mod

Camera Mod

11M Downloads

Sorry, I'm new to Github. I only found this way to ask.

Zet7000 opened this issue ยท 1 comments

commented

Bug description

How can I make images larger than 8x8?

If possible, what part of this code do I edit? (camera-server.toml)

[camera]
#The time in milliseconds the camera will be on cooldown after taking an image
#Range: > 100
cooldown = 5000

[camera.consumed_item]
	#The amount of the item that is consumed when taking an image
	#Range: 1 ~ 32767
	amount = 1

[image]
#The maximum size of an image in bytes when transferred to the server
#Higher values mean more delay/lag between taking an image and getting it into your inventory
#Range: 50000 ~ 1000000
max_size = 200000
#The amount of jpeg compression applied to the image
#If the image exceeds the 'max_image_size', it will get compressed anyways
#Range: 0.1 ~ 1.0
compression = 0.5
#If it is allowed to upload custom images
allow_upload = true

[image_frame]
#If only the owner can modify or break the image frame
only_owner_modify = false

[advanced_data]
#If the image items should store additional data
#This isn't used by the mod itself
#Only enable this if you know what you are doing
enable = false
#The amount of entities that should be stored
#Range: 1 ~ 128
max_entities = 16

Minecraft version

1.19.2

Mod version

1.19.2

Mod loader and version

Forge

Steps to reproduce

.

Expected behavior

No response

Log files

.

Screenshots

No response

commented

Thats the maximum size.