Minetest/games/devtest/mods/testnodes
Wuzzy 51de4ae297
Devtest: Fix missing/incorrect liquid properties (#9955)
2020-05-30 00:46:57 +01:00
..
models
textures
README.md
drawtypes.lua Devtest: Fix missing/incorrect liquid properties (#9955) 2020-05-30 00:46:57 +01:00
init.lua
light.lua
liquids.lua
meshes.lua
mod.conf
nodeboxes.lua
param2.lua
properties.lua Add disable_jump check for the player's feet 2020-05-29 22:53:58 +02:00
settingtypes.txt
textures.lua Devtest: Fix missing/incorrect liquid properties (#9955) 2020-05-30 00:46:57 +01:00

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