Skip to content

Commit ab30d2f

Browse files
fix
1 parent c972f32 commit ab30d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/invui2/inventory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ In the following example, the gui priorities are configured in such a way that i
303303

304304
The iteration order defines in which order the slots of multi-slot operations like adding or collecting are chosen. By default, the iteration order is from first to the last slot (i.e. items are added into the first available slot and collected from the first matching slot). Like the gui priority, the iteration order is categorized, so you can define different orders per category.
305305

306-
You can change the iteration to a completely custom sequence of slots, but there are also utilities to just reverse it. The following example reverses the iteration order for adding items, but keeps the iteration order for collection items:
306+
You can change the iteration to a completely custom sequence of slots, but there are also utilities to just reverse it. The following example reverses the iteration order for adding items, but keeps the iteration order for collecting items:
307307

308308
=== "Kotlin"
309309
```kotlin

0 commit comments

Comments
 (0)