Skip to content

Commit d2db44d

Browse files
document regressWhenWaiting (#3686)
Co-authored-by: Jurre Groenendijk <jurre@jilles.com>
1 parent ea7ecd1 commit d2db44d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

  • docs/content/Modpacks/Other-Topics

docs/content/Modpacks/Other-Topics/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,8 @@ title: "Other Topics"
66
# Other Topics
77

88
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

Comments
 (0)