mirror of
				https://github.com/mt-mods/homedecor_modpack.git
				synced 2025-10-31 17:05:23 +01:00 
			
		
		
		
	add recipes for standing lamps
This commit is contained in:
		| @@ -149,6 +149,15 @@ for _, color in ipairs(lamp_colors) do | |||||||
| 		}, | 		}, | ||||||
| 	}) | 	}) | ||||||
|  |  | ||||||
|  | 	minetest.register_craft({ | ||||||
|  | 		output = "homedecor:standing_lamp_bottom_"..color.."_off", | ||||||
|  | 		recipe = { | ||||||
|  | 		    {"homedecor:table_lamp_"..color.."_off"}, | ||||||
|  | 		    {"group:stick"}, | ||||||
|  | 		    {"group:stick"}, | ||||||
|  | 		}, | ||||||
|  | 	}) | ||||||
|  |  | ||||||
| 	minetest.register_craft({ | 	minetest.register_craft({ | ||||||
| 		type = "shapeless", | 		type = "shapeless", | ||||||
| 		output = "homedecor:table_lamp_"..color.."_off", | 		output = "homedecor:table_lamp_"..color.."_off", | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user