Actions

Minetest:Drawtype

From Rabbi Blog

The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Drawtypes

List of drawtype as defined in scriptapi.cpp with examples on the right. Reference images uses Drawtype example.png as the texture.

Name Effect Screenshot
airlike
Airlike.jpg
glasslike Wraps six sides File:Glasslike.jpg
torchlike Centers within node
Torchlike.jpg
signlike Places to outer node wall
Signlike.jpg
plantlike Places along x,y axis from center (doubles image)
Plantlike.jpg
fencelike Wraps around the center axis
Fencelike.jpg
raillike Places on the node's bottom
Raillike.jpg

Usage

drawtype = "signlike",

Needs Updated Info

The following elements were listed in scriptapi.cpp and their usage is unknown to me at this time (untested):

  • {NDT_NORMAL, "normal"},
  • {NDT_LIQUID, "liquid"},
  • {NDT_FLOWINGLIQUID, "flowingliquid"},
  • {NDT_ALLFACES, "allfaces"},
  • {NDT_ALLFACES_OPTIONAL, "allfaces_optional"},
  • {0, NULL},