xtreemtest/games/devtest/mods/testnodes
2022-10-08 17:16:13 -04:00
..
models Initial commit 2022-10-08 17:16:13 -04:00
textures Initial commit 2022-10-08 17:16:13 -04:00
drawtypes.lua Initial commit 2022-10-08 17:16:13 -04:00
init.lua Initial commit 2022-10-08 17:16:13 -04:00
light.lua Initial commit 2022-10-08 17:16:13 -04:00
liquids.lua Initial commit 2022-10-08 17:16:13 -04:00
meshes.lua Initial commit 2022-10-08 17:16:13 -04:00
mod.conf Initial commit 2022-10-08 17:16:13 -04:00
nodeboxes.lua Initial commit 2022-10-08 17:16:13 -04:00
overlays.lua Initial commit 2022-10-08 17:16:13 -04:00
param2.lua Initial commit 2022-10-08 17:16:13 -04:00
properties.lua Initial commit 2022-10-08 17:16:13 -04:00
README.md Initial commit 2022-10-08 17:16:13 -04:00
textures.lua Initial commit 2022-10-08 17:16:13 -04:00

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