mirror of
				https://github.com/luanti-org/luanti.git
				synced 2025-11-04 01:05:48 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			474 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			474 B
		
	
	
	
		
			Lua
		
	
	
	
	
	
-- 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", {})
 |