forked from Mirrorlandia_minetest/minetest
daf862a38a
fallback_image() was removed in 3e1904fa8c4aae3448d58b7e60545a4fdd8234f3, which was written after this PR but merged before it. |
||
---|---|---|
.. | ||
models | ||
textures | ||
drawtypes.lua | ||
init.lua | ||
light.lua | ||
liquids.lua | ||
meshes.lua | ||
mod.conf | ||
nodeboxes.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