minetest/games/devtest/mods/testnodes
2024-04-14 11:57:13 +02:00
..
models Add performance test nodes, using complex meshes. (#13161) 2023-07-30 14:53:08 +01:00
textures Faster blit_with_alpha() (#14448) 2024-03-19 19:56:47 +01:00
commands.lua
drawtypes.lua Add rotation support for wallmounted nodes in 'ceiling' or 'floor' mode (#11073) 2024-01-17 17:47:06 +01:00
init.lua Add performance test nodes, using complex meshes. (#13161) 2023-07-30 14:53:08 +01:00
light.lua
liquids.lua Fix liquid falling if in "float" group (#13789) 2024-02-12 23:24:54 +01:00
meshes.lua Add rotation support for wallmounted nodes in 'ceiling' or 'floor' mode (#11073) 2024-01-17 17:47:06 +01:00
mod.conf
nodeboxes.lua Add rotation support for wallmounted nodes in 'ceiling' or 'floor' mode (#11073) 2024-01-17 17:47:06 +01:00
overlays.lua
param2.lua Fix 4dir nodebox sometimes not rendering face (#14533) 2024-04-14 11:57:13 +02:00
performance_test_nodes.lua Add performance test nodes, using complex meshes. (#13161) 2023-07-30 14:53:08 +01:00
properties.lua Tool specific pointing and blocking pointable type (#13992) 2024-01-22 18:27:08 +01:00
README.md
textures.lua Faster blit_with_alpha() (#14448) 2024-03-19 19:56:47 +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