mirror of
https://github.com/minetest/minetest.git
synced 2024-11-04 14:53:45 +01:00
1d04903c19
4dir is like facedir, but only for 4 horizontal directions: NESW. It is identical in behavior to facedir otherwise. The reason why game makers would want to use this over facedir is 1) simplicity and 2) you get 6 free bits. It can be used for things like chests and furnaces and you don't need or want them to "flip them on the side" (like you could with facedir). color4dir is like colorfacedir, but you get 64 colors instead of only 8. |
||
---|---|---|
.. | ||
models | ||
textures | ||
drawtypes.lua | ||
init.lua | ||
light.lua | ||
liquids.lua | ||
meshes.lua | ||
mod.conf | ||
nodeboxes.lua | ||
overlays.lua | ||
param2.lua | ||
properties.lua | ||
README.md | ||
textures.lua |
Test Nodes
This mod contains a bunch of basic nodes to test development stuff. Most nodes are kept as minimal as possible in order to show off one particular feature of the engine, to make testing stuff easier.
This mod includes tests for:
- drawtypes
- paramtype2's
- node properties such as damage, drowning, falling, etc.
- other random stuff