mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-31 09:08:30 +01:00
## About The Pull Request ok idk how to structure this but basically the crafter (assembling machine) crafts stuff on top of it now again items created by the crafter are tracked and will be attempted to sent forward at once everytime it processes or crafts this means junk shells and lizard boot recipes work additionally, you can no longer have it craft initially anchored objects. this was already a thing the check just never worked also fixed some dumb define stuff and i made it call recipe completion ## Why It's Good For The Game fixes #87876 the MANUFACTURING_FAIL_FULL define was basically just useless and if statements thinks its a true value which makes certain things harder to read pockets defines got left in by accident because i tried to rework it at some point (spoiler: did not work) ## Changelog 🆑 fix: manufacturing assembling machine crafts junk shells and lizard boots properly, may no longer craft anchored objects (broken check), and sends its crafted stuff at once /🆑