#Factory auto craft bug

8 messages · Page 1 of 1 (latest)

pastel vortex
#

If crafting ||over 1e18 of an item, I guess it just doesn't recognize infinite materials?||

#

Very very obscure, and bearly an issue, but still a bug

worn yarrow
#

Yeah, I'll probably need to cap it in this case^^
Currently it just calculates it but doesn't mind any item stack rules

olive otter
#

So it can overflow past the int64 limit.

worn yarrow
#

If I remember correctly its still a 64 bit int

#

but it could also be a double

#

let me check

#

yep, it's still a 64bit int