forked from mtcontrib/homedecor_modpack
		
	require white dye for "light" tiles recipe
This commit is contained in:
		| @@ -2230,8 +2230,8 @@ minetest.register_craft( { | |||||||
| minetest.register_craft( { | minetest.register_craft( { | ||||||
| 		output = "homedecor:bathroom_tiles_light 4", | 		output = "homedecor:bathroom_tiles_light 4", | ||||||
| 		recipe = { | 		recipe = { | ||||||
| 			{ "group:marble", "group:marble" }, | 			{ "group:marble", "group:marble", "" }, | ||||||
| 			{ "group:marble", "group:marble" } | 			{ "group:marble", "group:marble", "dye:white" } | ||||||
| 		}, | 		}, | ||||||
| }) | }) | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user