minetest/games/devtest/mods/testnodes
2020-10-09 19:13:42 +01:00
..
models
textures Add bumpmapping and parallax occlusion testing nodes to devtest (#9242) 2020-10-09 19:13:42 +01:00
drawtypes.lua Scale inventory image for scaled allfaces nodes (#10225) 2020-09-04 20:49:50 +02:00
init.lua
light.lua Devtest: Extend tooltips of many items and tools (#10312) 2020-09-04 20:50:03 +02:00
liquids.lua
meshes.lua
mod.conf Add bumpmapping and parallax occlusion testing nodes to devtest (#9242) 2020-10-09 19:13:42 +01:00
nodeboxes.lua
param2.lua
properties.lua Add disable_jump check for the player's feet 2020-05-29 22:53:58 +02:00
README.md
settingtypes.txt
textures.lua Add bumpmapping and parallax occlusion testing nodes to devtest (#9242) 2020-10-09 19:13:42 +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