This is a developer helper mod, allow run any lua code for testing reason. The mod can list and run lua-scripts placed in checks subfolder. some check scrips provided.
- redirection of print() output to minetest chat. (can be disabled by changing code line "print_to_chat"
- robust call of the scripts trough "pcall" does not crash the game in case of syntax- or runtime errors
- run scripts using chat command or the QA-Block node
# Dependencies
- default - some default tiles and sounds used on block from default
- smartfs - optional, enable GUI for check selection (latest version from my fork https://github.com/bell07/minetest-smartfs till the push request is accepted)
# Available check modules
- same_recipe - check installed items for similar recipe
- list_spawning_mobs - just list mobs.spawning_mobs variable