2024-10-26 17:40:29 +02:00
|
|
|
-- Register stuff with empty definitions to test if Luanti fallback options
|
2021-10-20 21:50:16 +02:00
|
|
|
-- for these things work properly.
|
|
|
|
|
|
|
|
-- The itemstrings are deliberately kept descriptive to keep them easy to
|
|
|
|
-- recognize.
|
|
|
|
|
2024-10-28 15:57:54 +01:00
|
|
|
core.register_node("broken:node_with_empty_definition", {})
|
|
|
|
core.register_tool("broken:tool_with_empty_definition", {})
|
|
|
|
core.register_craftitem("broken:craftitem_with_empty_definition", {})
|
2021-10-20 21:50:16 +02:00
|
|
|
|
2024-10-28 15:57:54 +01:00
|
|
|
core.register_entity("broken:entity_with_empty_definition", {})
|