Thresher 352a403bd0 Optimize PNG files (#13509) 7 месяцев назад
..
models 9f25378ddd Add performance test nodes, using complex meshes. (#13161) 10 месяцев назад
textures 352a403bd0 Optimize PNG files (#13509) 7 месяцев назад
README.md 083b285f43 Rename “Minimal development test” to “Development Test” (#9928) 4 лет назад
commands.lua c1e732448c DevTest: /test_place_node skips dummy/cb nodes 1 год назад
drawtypes.lua c73d79841c DevTest: More node textures to tell them apart 1 год назад
init.lua 9f25378ddd Add performance test nodes, using complex meshes. (#13161) 10 месяцев назад
light.lua c1c68775b2 DevTest: Explain purpose of most items in tooltips (#12833) 1 год назад
liquids.lua c1c68775b2 DevTest: Explain purpose of most items in tooltips (#12833) 1 год назад
meshes.lua c73d79841c DevTest: More node textures to tell them apart 1 год назад
mod.conf c61c175e9c Add bumpmapping and parallax occlusion testing nodes to devtest (#9242) 3 лет назад
nodeboxes.lua 0a82cb4072 DevTest: Colorize 2 nodebox nodes 1 год назад
overlays.lua fe299e24d6 DevTest: Add nodes and items for testing overlays (#12304) 2 лет назад
param2.lua c73d79841c DevTest: More node textures to tell them apart 1 год назад
performance_test_nodes.lua 9f25378ddd Add performance test nodes, using complex meshes. (#13161) 10 месяцев назад
properties.lua aea9242a96 Allow nodes to have their post_effect_color affected by lighting (#13637) 9 месяцев назад
textures.lua 9e186a42bd DevTest: Fix rendering of 2 texture test nodes 1 год назад

README.md

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