forked from Mirrorlandia_minetest/minetest
b3ace8f197
The inventory image size of the inventory image of nodes with drawtype allfaces (and related) is scaled as well if visual_scale is set (previously, the inventory image size was always the same) |
||
---|---|---|
.. | ||
models | ||
textures | ||
drawtypes.lua | ||
init.lua | ||
light.lua | ||
liquids.lua | ||
meshes.lua | ||
mod.conf | ||
nodeboxes.lua | ||
param2.lua | ||
properties.lua | ||
README.md | ||
settingtypes.txt | ||
textures.lua |
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