Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/desour/node_formspec
[Mod] easy node formspecs [node_formspec]
https://github.com/desour/node_formspec
formspec helper minetest minetest-mod
Last synced: 10 days ago
JSON representation
[Mod] easy node formspecs [node_formspec]
- Host: GitHub
- URL: https://github.com/desour/node_formspec
- Owner: Desour
- Created: 2017-08-25T13:49:22.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-25T14:11:00.000Z (over 7 years ago)
- Last Synced: 2024-10-27T20:28:26.314Z (about 2 months ago)
- Topics: formspec, helper, minetest, minetest-mod
- Language: Lua
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
With this mod you can use the `on_receive_fields` of a node definition.
Simply run `minetest.show_formspec(playername, "node_formspec:"..minetest.pos_to_string(pos)..formname, formspec)`.