Skip to content

Commit 8152e14

Browse files
authored
Update API.md
1 parent 44fe0d4 commit 8152e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

API.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Register an anchor. `def` should be a [node defination table](https://minetest.g
4444
* `groups.anchor`: Always set to `1` to add all anchors to `group:anchor`.
4545

4646
## GUI Objects
47-
Unless otherwise specified, all objects within `anchor.gui` are `[flow](https://content.minetest.net/packages/luk3yx/flow/).make_gui` returned values. Please refer to [README.md of that mod](https://gitlab.com/luk3yx/minetest-flow/-/blob/main/README.md) for full usage of the following objects.
47+
Unless otherwise specified, all objects within `anchor.gui` are [`flow.make_gui`](https://content.minetest.net/packages/luk3yx/flow/) returned values. Please refer to [README.md of that mod](https://gitlab.com/luk3yx/minetest-flow/-/blob/main/README.md) for full usage of the following objects.
4848

4949
### `anchor.gui.setup`
5050
The formspec used to set up new anchors. When calling `:show(player,ctx)`, `ctx` should be a table with a field `pos` containing the coordinate of the target anchor.

0 commit comments

Comments
 (0)