mirror of
				https://github.com/luanti-org/minetest_game.git
				synced 2025-10-30 23:25:33 +01:00 
			
		
		
		
	doors: add groups to the door craftitem
This commit is contained in:
		| @@ -254,6 +254,7 @@ function doors.register(name, def) | ||||
| 	minetest.register_craftitem(":" .. name, { | ||||
| 		description = def.description, | ||||
| 		inventory_image = def.inventory_image, | ||||
| 		groups = def.groups, | ||||
|  | ||||
| 		on_place = function(itemstack, placer, pointed_thing) | ||||
| 			local pos | ||||
|   | ||||
		Reference in New Issue
	
	Block a user