forked from luanti-org/minetest_game
		
	Crafting: Remove duplicate reversed recipes (#1777)
For axes and hoes only use one recipe that matches the appearance of the texture and in inventory.
This commit is contained in:
		@@ -118,15 +118,6 @@ farming.register_hoe = function(name, def)
 | 
			
		||||
				{"", "group:stick", ""}
 | 
			
		||||
			}
 | 
			
		||||
		})
 | 
			
		||||
		-- Reverse Recipe
 | 
			
		||||
		minetest.register_craft({
 | 
			
		||||
			output = name:sub(2),
 | 
			
		||||
			recipe = {
 | 
			
		||||
				{"", def.material, def.material},
 | 
			
		||||
				{"", "group:stick", ""},
 | 
			
		||||
				{"", "group:stick", ""}
 | 
			
		||||
			}
 | 
			
		||||
		})
 | 
			
		||||
	end
 | 
			
		||||
end
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user