Minetest web view
State: WIP
Exports nodedefs, textures and the map to be viewed in a webbrowser
Supported drawtypes
https://github.com/minetest/minetest/blob/master/doc/lua_api.md#node-drawtypes
- normal
- airlike
- liquid
- flowingliquid
- glasslike
- glasslike_framed
- glasslike_framed_optional
- allfaces
- allfaces_optional
- torchlike
- signlike
- plantlike
- firelike
- fencelike
- raillike
- nodebox
- mesh
- plantlike_rooted
Supported paramtype2
https://github.com/minetest/minetest/blob/master/doc/lua_api.md#node-paramtypes
- none
- facedir
- flowingliquid
- 4dir
- color
- colorfacedir
- color4dir
- colorwallmounted
- wallmounted
- leveled
- degrotate
- meshoptions
- glasslikeliquidlevel
- colordegrotate
Supported nodeboxes
https://github.com/minetest/minetest/blob/master/doc/lua_api.md#node-boxes
- regular
- fixed
- leveled
- wallmounted
- connected
- fixed
Debug
print(dump(minetest.get_node(worldedit.pos1.singleplayer)))
Description
Languages
JavaScript
74.3%
Lua
20.9%
HTML
4.2%
Mathematica
0.6%