We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea7ecd1 commit d2db44dCopy full SHA for d2db44d
1 file changed
docs/content/Modpacks/Other-Topics/index.md
@@ -6,3 +6,8 @@ title: "Other Topics"
6
# Other Topics
7
8
This section contains other topics that aren't necessarily large enough to be grouped into their own categories.
9
+
10
+- `.regressWhenWaiting(false)` - A property used when creating custom machines. Add this property to a custom machine
11
+definition to make the machine pause if it gets stuck mid-recipe, rather than having its recipe progress tick backwards.
12
+This is a very important property to set on any machine with per-tick outputs (such as custom generators), as without
13
+it, these machines can potentially produce infinite outputs.
0 commit comments