-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Describe the feature/addition!
It would be nice if there were config options for the following things:
- Max length of the number fields
- this limits the max count you're able to request. It may be desirable for some players to increase this.
- this would also be really useful for equations, as currently I've found myself in several instances where I want to put an equation but ran out of space so ended up calculating it on an external calculator.
height/width of the requester interfacelinks to source:currently, if you use numbers that are 7 digits long, they can sometimes have 1 digit cut off (idfk why???). and if you increased the max digit count to >7, the extra digits would definitely be cut off.
- config to specify rate limits on performing requests
- currently, if you have some item which cannot be requested, it will take a hit on the tps of the server, as it'll force ae2 to constantly recompute it, always resulting in the same calculation.
- smth like "take exponentially longer (with a max of like 30 mins or smth) before attempting to craft the item again, if it has failed several times in a row". of course, this would be off by default.
Why would like to see this feature/addition?
QOL