summaryrefslogtreecommitdiff
path: root/games/devtest/mods/broken/init.lua
blob: 04993ca16a3b98e87cee109121912ebb22012666 (plain)
1
2
3
4
5
6
7
8
9
10
11
-- Register stuff with empty definitions to test if Minetest fallback options
-- for these things work properly.

-- The itemstrings are deliberately kept descriptive to keep them easy to
-- recognize.

minetest.register_node("broken:node_with_empty_definition", {})
minetest.register_tool("broken:tool_with_empty_definition", {})
minetest.register_craftitem("broken:craftitem_with_empty_definition", {})

minetest.register_entity("broken:entity_with_empty_definition", {})