We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e9f106 commit 4fb6ca1Copy full SHA for 4fb6ca1
1 file changed
wikis/summoningrituals/docs/recipe/basics.md
@@ -124,6 +124,11 @@ The `ticks` component defines the duration the ritual needs to be finished. When
124
125
Values passed to this function are specified in ticks (_1 second = 20 ticks_). Higher values mean longer duration for the ritual.
126
127
+```js
128
+.ticks(40) // 2 seconds, this is the default
129
+.ticks(200) // 10 seconds
130
+```
131
+
132
## Recipe Validation
133
134
After a recipe has been created, the mod will check its validity internally. There are multiple checks in place to ensure a recipe is valid.
0 commit comments