forked from mtcontrib/farming
		
	fix donut recipe
This commit is contained in:
		@@ -12,7 +12,7 @@ minetest.register_craft({
 | 
				
			|||||||
	output = "farming:donut 3",
 | 
						output = "farming:donut 3",
 | 
				
			||||||
	recipe = {
 | 
						recipe = {
 | 
				
			||||||
		{'', 'farming:wheat', ''},
 | 
							{'', 'farming:wheat', ''},
 | 
				
			||||||
		{'farming:wheat', '', 'farming:wheat'},
 | 
							{'farming:wheat', 'farming:sugar', 'farming:wheat'},
 | 
				
			||||||
		{'', 'farming:wheat', ''},
 | 
							{'', 'farming:wheat', ''},
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
})
 | 
					})
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user