You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: API.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Register an anchor. `def` should be a [node defination table](https://minetest.g
44
44
*`groups.anchor`: Always set to `1` to add all anchors to `group:anchor`.
45
45
46
46
## 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.
48
48
49
49
### `anchor.gui.setup`
50
50
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