2024-04-21 20:58:22 +02:00
2024-04-21 20:58:22 +02:00
2024-03-25 15:20:45 +01:00
2023-06-15 19:10:37 +02:00
2024-03-23 20:31:29 +01:00
2024-03-23 20:31:29 +01:00
2023-06-15 19:10:37 +02:00
2024-03-23 20:31:29 +01:00
2024-04-19 14:45:57 +02:00
2023-05-07 11:26:11 +02:00
2024-04-19 14:45:57 +02:00
2024-04-19 14:45:57 +02:00
2024-03-29 17:58:32 +01:00
2024-03-23 20:31:29 +01:00
2023-05-08 18:01:00 +02:00

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
No description provided
Readme 4.1 MiB
Languages
JavaScript 74.3%
Lua 20.9%
HTML 4.2%
Mathematica 0.6%