Documentation
Documentation copied to clipboard
Replace Simple Machine with guide for creating a custom manufacturer
Simple Machine is currently an item counter implementing custom grab logic with blueprint code.
- Not really a common use case
- Bad for performance (should do in C++ instead)
- Current example has crashing problems that are probably threading related
- Hologram is broken for it
A custom manufacturer tutorial might be longer but would cover more meaningful topics