sussycraft-engine/games/devtest/mods/testnodes
2023-02-19 21:41:32 +01:00
..
models Initial commit 2023-02-19 21:41:32 +01:00
textures Initial commit 2023-02-19 21:41:32 +01:00
drawtypes.lua Initial commit 2023-02-19 21:41:32 +01:00
init.lua Initial commit 2023-02-19 21:41:32 +01:00
light.lua Initial commit 2023-02-19 21:41:32 +01:00
liquids.lua Initial commit 2023-02-19 21:41:32 +01:00
meshes.lua Initial commit 2023-02-19 21:41:32 +01:00
mod.conf Initial commit 2023-02-19 21:41:32 +01:00
nodeboxes.lua Initial commit 2023-02-19 21:41:32 +01:00
overlays.lua Initial commit 2023-02-19 21:41:32 +01:00
param2.lua Initial commit 2023-02-19 21:41:32 +01:00
properties.lua Initial commit 2023-02-19 21:41:32 +01:00
README.md Initial commit 2023-02-19 21:41:32 +01:00
textures.lua Initial commit 2023-02-19 21:41:32 +01: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