forked from luanti-org/minetest_game
		
	Remove dye craft recipe conflict.
We have enough gray recipes, but brown is more difficult. Fixes #1710
This commit is contained in:
		@@ -81,7 +81,6 @@ local dye_recipes = {
 | 
			
		||||
	{"yellow", "red", "orange"},
 | 
			
		||||
	{"yellow", "blue", "green"},
 | 
			
		||||
	-- RYB complementary mixes
 | 
			
		||||
	{"red", "green", "dark_grey"},
 | 
			
		||||
	{"yellow", "violet", "dark_grey"},
 | 
			
		||||
	{"blue", "orange", "dark_grey"},
 | 
			
		||||
	-- CMY mixes - approximation
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user