mirror of
				https://github.com/mt-mods/homedecor_modpack.git
				synced 2025-10-31 01:35:35 +01:00 
			
		
		
		
	use large glass tabletops to form glass skylights
instead of crafting them from glass blocks
This commit is contained in:
		| @@ -333,10 +333,10 @@ minetest.register_craft({ | ||||
| -- | ||||
|  | ||||
| minetest.register_craft( { | ||||
|         output = "homedecor:skylight 9", | ||||
|         output = "homedecor:skylight 4", | ||||
|         recipe = {  | ||||
| 		{ "default:glass", "default:glass" }, | ||||
| 		{ "default:glass", "default:glass" }, | ||||
| 		{ "homedecor:glass_table_large", "homedecor:glass_table_large" }, | ||||
| 		{ "homedecor:glass_table_large", "homedecor:glass_table_large" }, | ||||
|         }, | ||||
| }) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user