Go to file
thecraftianman 657993c026 Prevent parenting to self
Possible fix for #7
2024-04-19 16:29:40 -04:00
.github/workflows Replaced secret username and password with ACF account 2024-03-20 21:26:27 -03:00
lua Prevent parenting to self 2024-04-19 16:29:40 -04:00
LICENSE.md Create LICENSE.md 2023-02-01 22:01:43 -06:00
README.md Update README.md 2024-04-18 17:57:19 -04:00

Contraption Framework

Workshop

Monitors constraints to create "contraption" objects and adds callbacks for changes made to contraptions for efficient contraption-aware functionality.

For example, in order to calculate the total mass of a contraption traditionally one would need to iterate over every entity on the contraption and store this information somewhere.

With Contraption Framework (CFW), a callback is run whenever an entity is added to or removed from a contraption and the total mass is added to or subtracted from the total stored in memory on the contraption object.