init.lua 456 B

123456789101112
  1. -- Register stuff with empty definitions to test if Luanti fallback options
  2. -- for these things work properly.
  3. -- The itemstrings are deliberately kept descriptive to keep them easy to
  4. -- recognize.
  5. core.register_node("broken:node_with_empty_definition", {})
  6. core.register_tool("broken:tool_with_empty_definition", {})
  7. core.register_craftitem("broken:craftitem_with_empty_definition", {})
  8. core.register_entity("broken:entity_with_empty_definition", {})